jonathansewell/Learning-Journal/master/.htaccess
DirectoryIndex index.php index.html index.htm # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /jsewell_mywordpressblog/ RewriteRule ^index.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /jsewell_mywordpressblog/index.php [L] </IfModule> # END WordPress
Files
