Jump to content

compacting my mod_rewrite code


canadabeeau

Recommended Posts

Hi I am currently running this mod_rewrite

Options +FollowSymlinks
RewriteEngine On
RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)/([a-zA-Z0-9]+)$ /index.php?uri=$1/$2/$3
RewriteRule ^([a-zA-Z0-9]+)/([a-zA-Z0-9]+)$ /index.php?uri=$1/$2
RewriteRule ^([a-zA-Z0-9]+)$ /index.php?uri=$1

 

Now I basically need a rule which will cater for $1 $2 $3 $4 etc by itself rather than me making it like in the above, I need a rule which will somehow automatically cope, any ideas? otherwise my mod_rewrite may get a bit messy :-(

Link to comment
https://forums.phpfreaks.com/topic/189398-compacting-my-mod_rewrite-code/
Share on other sites

  • 2 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.