RewriteEngine On
RewriteRule .* index.php
RewriteRule .* index.php
Instead of using the above .htaccess file, use this below one:
RewriteEngine On
RewriteCond $1 !^(index\.php|img/*|js/*|css/*)
RewriteRule ^(.*)$ index.php/$1 [L]
GMgKe586q6suSQnyqZLlGCooeWM
No comments:
Post a Comment