View Single Post
Old 02-02-2013, 05:24 PM   PM User | #1
withoutnick
New Coder

 
Join Date: Apr 2011
Posts: 22
Thanks: 1
Thanked 1 Time in 1 Post
withoutnick is an unknown quantity at this point
Easy htaccess condition

Hello, I am total begginer here. I would be grateful if you could help me.

I have this rewrite condition + rewrite.

RewriteCond %{REQUEST_URI} ^([^/]*).html$ [NC]
RewriteRule ^(.*).html$ index.php?page=$1 [L,QSA]

When i test it, i get page not found. Online regex tester, matches the result without no error.

The htaccess file is one level deeper than home dir: the address would be http://www.mydomain.com/regex_directory/

Thank you.
__________________
diplominiai darbai
withoutnick is offline   Reply With Quote