Home > Q&A > body text
The page cannot be displayed properly
autoload2021-11-12 11:38:54
Try modifying the static rules
.htaccess RewriteEngine on RewriteCond !^(index.php|images|robots.txt) RewriteRule ^(.*)$ /index.php?/ [L]
Still not working?, thank you
Already solved Options FollowSymlinks -Multiviews RewriteEngineOn RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^(.*)$ index.php [L,E=PATH_INFO:$1] Thank you!