Mod Rewrite Help

Associate
Joined
13 Nov 2003
Posts
1,567
Location
Manchester
Hi
Having some problems with the following code, any ideas why it would give me a 404

Code:
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteRule ^property_news/([A-Za-z0-9-]+)/?$ /property_news/show_news.php?url_rewrite=$1 [L]

Thanks
Aaron
 
There's nothing wrong with the code itself, it sounds like you've got some simple config problem like having the .htaccess file in the wrong directory, or not having mod_rewrite enabled...
 
Back
Top Bottom