Answer the question
In order to leave comments, you need to log in
Rewrite rules and apache?
Hello. There is a folder in /var/www to which some domain is directed: /var/www/anotherdomain
Address example: anotherdomain.com/index.php?tpl=NAME I
wrote this rule in .htaccess:
DirectoryIndex index.php
RewriteEngine On
RewriteBase /anotherdomain
Options -indexes
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l
RewriteCond %{QUERY_STRING} ^$
RewriteRule ^([^/]+)/?$ /anotherdomain/index.php?tpl=$1 [L,QSA]
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