flazy-us/Flazy-Forum-Beta/master/.htaccess - Htaccess File

flazy-us/Flazy-Forum-Beta/master/.htaccess

# BEGIN Flazy
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
# Making the correct adjusments to RewriteBase
#RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . rewrite.php [L]
Options +FollowSymlinks
RewriteCond %{HTTP_HOST} ^www.(.*) [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
</IfModule>

AddType image/x-icon .ico
# END Flazy

On Github License

Files

Download PDF of Htaccess file
HTTP_HOST, REQUEST_FILENAME

Comments

Apache