Skip to content

Instantly share code, notes, and snippets.

@matheusgimenez
Created February 2, 2017 00:19
Show Gist options
  • Save matheusgimenez/20e146df67e9ca6bc6ab67e31ee989db to your computer and use it in GitHub Desktop.
Save matheusgimenez/20e146df67e9ca6bc6ab67e31ee989db to your computer and use it in GitHub Desktop.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wp-docklands/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wp-docklands/index.php [L]
</IfModule>
Options -Indexes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment