I had to change the Base_URL since the pages were not loaded by simply giving localhost/magento/ so i had to change it as localhost/magento/index.php
I set the values of the web/unsecure/base_url and web/secure/base_url as http://localhost/magento/index.php/ in the default scope and same in the website scope. By changing this way all pages were loaded correctly but without the CSS .
I did many changes described in many forums and nothing worked out. Then i changed the values of website scope of web/unsecure/base_url and web/secure/base_url as http://localhost/magento/ and frontend seems to be working well with the CSS files being loaded properly.
But the problem persists in the backend where CSS is not loading..
Help me. Thanks in advance.. :)
-
can you tell which version you are working?Qaisar Satti– Qaisar Satti2016年01月14日 06:42:22 +00:00Commented Jan 14, 2016 at 6:42
-
Im working in the version 1.9Parthiban MK– Parthiban MK2016年01月14日 06:43:41 +00:00Commented Jan 14, 2016 at 6:43
1 Answer 1
change the url back to localhost/magento/ there is two solution to make it either add .htaccess file magento root folder or got admin panel -> system -> web -> search engine optimization set Use Web Server Rewrites to no
-
1thank you so much.. It worked after i set web server rewrites to no..Parthiban MK– Parthiban MK2016年01月14日 06:59:05 +00:00Commented Jan 14, 2016 at 6:59