Answer the question
In order to leave comments, you need to log in
Why doesn't single sign-on work properly?
There is such .htaccess:
RewriteEngine On
RewriteBase /music/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /music/index.php?/$1 [L]
Answer the question
In order to leave comments, you need to log in
RewriteCond is not needed.
RewriteRule ^([^\.\/]*)\/*([^\.\/]*)\/*([^\.\/]*)\/*$ index.php?url1=$1&url2 =$2&url3=$3&ajax=0 [QSA, L]
index.php should be in the main directory.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question