share-research/share-wp-instance/master/.htaccess - Htaccess File

share-research/share-wp-instance/master/.htaccess

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /share/
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /share/index.php [L]
</IfModule>

# REDIRECTS
# Redirect 301 ^/share/about$ http://dev.colorcrate.com/share/about/about-share/

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache