Commit 5520fb2e by Vitalik

Fix .htaccess

parent b053232c
......@@ -18,7 +18,7 @@ RewriteEngine On
RewriteBase /my-site/app
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]
RewriteRule ^(.*)$ index.php?$1 [QSA,L]
```
### Nginx
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment