Hey guys,
Sorry for not posting this in a proper community, but ya'll seem fairly well learned.
I have a mod_rewrite question. Is there a better way to do this:
RewriteRule ^articles/([A-Za-z0-9-]+)/([A-Za-z0-9-]+ )/([A-Za-z0-9-]+)/?$ index.php?system=articles&action=$1&view=$2&dostuff=$3 [L]
RewriteRule ^articles/([A-Za-z0-9-]+)/([A-Za-z0-9-]+ )/?$ index.php?system=articles&action=$1&view=$2 [L]
RewriteRule ^articles/([A-Za-z0-9-]+)/?$ index.php?system=articles&action=$1 [L]
RewriteRule ^articles/?$ index.php?system=articles [L]
-Shade
Sorry for not posting this in a proper community, but ya'll seem fairly well learned.
I have a mod_rewrite question. Is there a better way to do this:
RewriteRule ^articles/([A-Za-z0-9-]+)/([A-Za-z0-9-]+
RewriteRule ^articles/([A-Za-z0-9-]+)/([A-Za-z0-9-]+
RewriteRule ^articles/([A-Za-z0-9-]+)/?$ index.php?system=articles&action=$1 [L]
RewriteRule ^articles/?$ index.php?system=articles [L]
-Shade
