rauxalach/vsa/master/.htaccess - Htaccess File

rauxalach/vsa/master/.htaccess

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    #RewriteCond %{REQUEST_FILENAME} !-f
    #RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule    ^check_status/?$    index.php?option=com_visa2vn&controller=check_status [NC,L]
RewriteRule    ^faq/?$    index.php?option=com_visa2vn&controller=faq [NC,L]
RewriteRule    ^home/?$    index.php?option=com_visa2vn&controller=default [NC,L]
RewriteRule    ^contact/?$    index.php?option=com_visa2vn&controller=contact [NC,L]
RewriteRule    ^visa_fee/?$    index.php?option=com_visa2vn&controller=fee [NC,L]
RewriteRule    ^apply_visa/?$    index.php?option=com_visa2vn&controller=apply_visa [NC,L]
RewriteRule    ^apply_visa/(.*)?$    index.php?option=com_visa2vn&controller=apply_visa&view=$1 [NC,L]
RewriteRule ^$ /home [L]

</IfModule>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache