Skip to content
Snippets Groups Projects
Commit e7f10ac4 authored by Benjamin Adams's avatar Benjamin Adams
Browse files

No longer need to modify .htaccess file

parent de5a1c1a
No related branches found
No related tags found
No related merge requests found
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment