Would this rule
Code: Select all
RewriteEngine on
RewriteRule ^page/([^/\.]+)/?$ ad_index.php?page=$1ad_index.php?page=adminorders
into
/page/adminorders
?
I know it's basic but just starting somewhere.
Also anyone know a good tutorial on mod_rewrite? Nice and easy to understand please, hehe.
I'm not that familar with regular expressions, have used them now and again, but i'm no expert on them, so a pointer on a good place to read about them would help also.
Thanks all.