BeautyInfo/beautyUniversity/master/.htaccess - Htaccess File

BeautyInfo/beautyUniversity/master/.htaccess

RewriteEngine On

#redirect port 443 to 80
#RewriteCond %{SERVER_PORT} 80
#RewriteCond %{REQUEST_URI} beautyUniversity/data_out/school/university
#RewriteRule ^(.*)$ https://mywebservice.info/$1 [R,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI, SERVER_PORT

Comments

Apache