.htaccess - htaccess simple URL editing -
i try edit htaccess file , iam not familiar it.
default no htacces file:
http://mydomain.com/html/ http://mydomain.com/html/somefolder/morefolder/
and want get:
http://mydomain.com/ http://mydomain.com/html/somefolder/morefolder/
my current .htacces file looks like:
options +followsymlinks rewriteengine on rewriterule ^html/(.*)$ http://mydomain.com/$1
i think simple line of code missing don't it.
Comments
Post a Comment