Forum: Linux Servers and Apache Sep 7th, 2008 |
| Replies: 1 Views: 3,104 Hi Sam,
Try this:
RewriteRule ^([A-Za-z]+)/([A-Za-z]+)\.html$ /main.php?Area=$1&Page=$2 [PT,QSA]
Or this (the PT in the example above will make the viewer only see /some/url.html - and NOT... |