Htaccess File

corroded/winkle2/master/wp-content/.htaccess

REQUEST_FILENAME
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /winkle/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /winkle/index.php [L]
</IfModule>
Exit mobile version