Answer the question
In order to leave comments, you need to log in
.htaccess - how to replace url?
www.domain.com/php/index.php
With the help of mod_rewrite you need to convert this to the form
www.domain.com
Here is what I did for an example:
RewriteEngine on
RewriteRule index.php php/index.php [L]
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question