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
 
Back
Top Bottom