suman0359/haji_payment_calculation/master/.htaccess
<IfModule mod_rewrite.c> RewriteEngine on RewriteBase /haji_payment_calculation/ RewriteRule ^([a-z0-9_-]+).html$ index.php/page/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond $1 !^(index.php|asset|robots.txt) RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
Files
