lucentlogix/testsite/master/copy.htaccess - Htaccess File

lucentlogix/testsite/master/copy.htaccess

options +SymLinksIfOwnerMatch
DirectoryIndex index.php
RewriteEngine On
RewriteBase /

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /index.php?/$1 [L]

# add a trailing slash to /wp-admin
RewriteRule ^wp-admin$ wp-admin/ [R=301,L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache