This is a simple rule but its giving me some trouble. Im trying to redirect a URL like this
Help with mod-rewrite
8
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.
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.
- Michael71
- FirstSocialApps
- mojojuju
- [1] reply
- FirstSocialApps
- FirstSocialApps
- wayfarer
- [1] reply
- FirstSocialApps
Next Topics on Trending Feed
-
8