Whats wrong with this code?
Please tell me,what is wrong with this code.This code does not work it goes to a 404 redirect.
Code:
RewriteEngine On RewriteRule ^downloads.htm$ http://mysite.org/ [R,NC,L] RewriteRule ^admin$ ?go=admin$1 [NC,L] RewriteRule ^downloads/([A-Za-z0-9-\/\ \.\_\(\)\+]+).htm$ ?go=downloads/$1 [NC,L] RewriteRule ^free-download/([A-Za-z0-9-\.\ \_\/\)\(\+]+).htm$ ?dload=$1 [NC,L]
Comment