01-14-2008, 02:25 AM
|
#1 (permalink)
|
|
The Wanderer
Join Date: Sep 2007
Posts: 12
Thanks: 0
|
Mixed Mod_Rewrite with non
ok this is my problem. i hate having to make a new mod rewrite rule everytime i want to add a variable in the url of my websites. i like the way mod rewrite works as it simplify's my visitors browsing and it makes it easier for search engines to find me...
this is what i want. i need a way for my for my pages to use mod rewrite for my components and sub components (act and sub) but then for things like page or article i want to be able to add the old freind ?article= at the end and not have any issues. if you dont get what i mean ill show you below.
Code:
i want this:
www.mysite.com/index.php?act=news&sub=recent&page=2&show=25
to be made into this:
www.mysite.com/news/recent.html?page=2&show=25
using mod rewrite for the act and the sub (or whatever else i put into the mod rewrite page) but still have the ability to just add variables into the url and have them work.
PLEASE HELP!!!
|
|
|
|