amayer5125/tl-website/master/web/.htaccess - Htaccess File

amayer5125/tl-website/master/web/.htaccess

# Turn on the Rewrite Engine
RewriteEngine On

# ------------------------------------------------------------------------------
# Dynamic RewriteBase
# ------------------------------------------------------------------------------
# For most servers, this will be able to dynamically find your site's root,
# but if it doesn't for you, comment out these next two lines...
RewriteCond %{REQUEST_URI}::$1 ^(.*?/)(.*)::2$
RewriteRule ^(.*)$ - [E=BASE:%1]

# ...and uncomment out the following line, then set as you need to
RewriteBase /

# ------------------------------------------------------------------------------
# Remove the Index File
# ------------------------------------------------------------------------------
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php [QSA,L]

php_value date.timezone America/New_York

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache