mosedu/mail01/master/web/.htaccess - Htaccess File

mosedu/mail01/master/web/.htaccess

RewriteEngine on

###############################################################################
#                                                                             #
#           Begin rewrite rules for "Under construction" page                 #
#                                                                             #
###############################################################################
# RewriteCond %{REQUEST_URI} !/construct.html$ [NC]
# RewriteCond %{REQUEST_URI} !.(jpe?g?|png|gif) [NC]
# RewriteRule .* /construct.html? [R=302,L]

###############################################################################
#                                                                             #
#                  Rewrite rules for Yii start script                         #
#                                                                             #
###############################################################################
# If a directory or a file exists, use it directly
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
# Otherwise forward it to index.php
RewriteRule . index.php

# AuthName Enter_your_username_and_password
# AuthType Basic
# AuthUserFile  /home/mosobr.tv/vopros.mosobr.tv/www/.htpasswd
# Require valid-user

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache