Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- RewriteEngine On
- RewriteCond %{REQUEST_FILENAME} !-f
- RewriteCond %{REQUEST_FILENAME} !-d
- RewriteRule . index.php [QSA,L]
- =>
- location / {
- try_files $uri $uri/ /index.php$is_args$args;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement