Chaulagain-Softwares/yiirisma/master/.htaccess - Htaccess File

Chaulagain-Softwares/yiirisma/master/.htaccess

RewriteEngine on
#enables you to access PHP files with HTML extension
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f

# otherwise forward it to index.php
RewriteRule . index.php

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache