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]
Month: November 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
Magento : After installing a extension: 503 error.
Magento issue After installing a extension: 503 error, Service Temporarily Unavailable The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later. Fix Remove maintenance.flag from document root of magneto installation . Remove contents from magneto installation path /var/cache.
Bash History: Display Date And Time For Each Command
Just edit the file /etc/bashrc and append the following: export HISTTIMEFORMAT=”%h/%d – %H:%M:%S “
configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works.
During PHP compilation following error was getting generated. configure: error: Unable to detect ICU prefix or no failed. Please verify ICU install prefix and make sure icu-config works. Fix yum install libicu-devel