jonathansewell/Learning-Journal/master/.htaccess - Htaccess File

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

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache