kicksapp/kicksapp-wordpress/master/.htaccess - Htaccess File

kicksapp/kicksapp-wordpress/master/.htaccess

Options -Indexes
 
RewriteEngine On
 
RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ - [L]
RewriteRule wp-(content|admin|includes)(.*) wp/wp-$1$2 [L]
RewriteRule (.*.php) wp/$1 [L]
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache