I'm Using magento CE 1.9.2.1My local installation of Magento always need "index.php".Is there anything i miss? settings perhaps?Is it have anything to do with url rewrite?AnswerYou try to put files .htacessRewriteEngine onRewriteBase /websiteLocationRewriteCond $1 !^(index\.php|resources|robots\.txt)RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule ^(.*)$ index.php/$1 [L,QSA]OrLogin admin panel -> go to system -> Configuration -> Web Use Web Server Rewrites select YES.Make sure your Secure and Unsecure base urls should end withThen go to htaccess file remove the index.php from hereGood luckSee more
fancy product designer
magento extensions...
Last modified on
trungtrinh3001
trungtrinh3001 has not set their biography yet