Forum Moderators: phranque
If you've got more than 1000 lines in your .htaccess file, you may want to look into ways to use one ruleset to rewrite/redirect more than one URL if you're not doing so already.
Jim
These do slow down response time.
/manufacturers/gift/atv.php?subaction=showfull&id=$1&archive=&start_from=&ucat=$2
and i would like to use a simple term that will re write everything manufacturers/gift/
so i wont need to list lines like this.
/manufacturers/gift/atv.php?subaction=showfull&id=$1&archive=&start_from=&ucat=$2
/manufacturers/gift/cat1.php?subaction=showfull&id=$1&archive=&start_from=&ucat=$2
/manufacturers/gift/cat2.php?subaction=showfull&id=$1&archive=&start_from=&ucat=$2
and goes on.
Basically, in simple computer english i want this
/manufacturers/gift/*.*.php?subaction=showfull&id=$1&archive=&start_from=&ucat=$2
by using that type of line i won't have to list all categories under gift.
If you can help me about this issue, I would really appreciate that.
Sincerely..