Answer the question
In order to leave comments, you need to log in
How to remove index.php from such link site.com/m/index.php?
Hello guys, help me,
in .htaccess I registered in the site.com/m/ folder (folder "m" mobile template)
RewriteEngine On
RewriteRule ^index.php$ / [QSA,R]
Answer the question
In order to leave comments, you need to log in
RewriteEngine on
RewriteCond $1 !^(index\.php)
RewriteRule ^(.*)$ /m/index.php$1 [L]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question