diff --git a/sso.com/.htaccess b/sso.com/.htaccess new file mode 100644 index 0000000..c7b26f6 --- /dev/null +++ b/sso.com/.htaccess @@ -0,0 +1,6 @@ + + RewriteEngine on + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^(.*)$ index.php/$1 [QSA,PT,L] +