Help with mod-rewrite

7 replies
This is a simple rule but its giving me some trouble.

Im trying to redirect a URL like this

sitename.com/events/312.html

to this

sitename.com/showpage.php?p=312

Im using:

RewriteRule ^/events/([^/]*)\.html$ /showpage.php?p=$1 [L]

However it is not working. Any assistance would be greatly appreciated.
#modrewrite

Trending Topics