BBnepal-Accounts/account/.htaccess

6 lines
162 B
ApacheConf
Raw Normal View History

2024-07-10 12:43:19 +00:00
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>