BBnepal-Accounts/account/.htaccess
Sampanna Rimal 9cd05ef3cb commitall
2024-07-10 18:28:19 +05:45

6 lines
162 B
ApacheConf

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>