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.