Problem was with .htaccess file root@server [/home/bunny/public_html/bunnytech]# cat .htaccess RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] RewriteBase /bunnytech/ Fix just changed the line RewriteRule ^(.*)$ index.php?/$1 [L]
Day: November 19, 2018
funny characters appearing for .htm file
The sites with the .htm pages were loading with funny characters. Fix Removed the php parsing for .htm file in /usr/local/apache/conf/php.conf