Hi Everyone,
i try to convert some rules from apache htaccess to nginx.
This is my htaccess Rule:
DirectoryIndex index.php
<IfModule mod_rewrite.c>
RewriteEngine On
#RewriteBase /
RewriteCond %{REQUEST_URI} ^(.*)//(.*)$
RewriteRule . %1/%2 [R=301,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ index.php?king-rewrite=$0&%{QUERY_STRING} [L]
</IfModule>
Options -Indexes
Anyone have a good idea?
Edited 2 time(s). Last edit at 08/14/2016 03:50AM by romang.