.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

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -