nikkicapati/asiancollege/master/.htaccess - Htaccess File

nikkicapati/asiancollege/master/.htaccess

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

>>>>>>> 50ecc10c3a7c9acf3f2ca6f1713c9f5acc841425

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache