1

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.. :)

Qaisar Satti
32.6k18 gold badges88 silver badges138 bronze badges
asked Jan 14, 2016 at 6:38
2
  • can you tell which version you are working? Commented Jan 14, 2016 at 6:42
  • Im working in the version 1.9 Commented Jan 14, 2016 at 6:43

1 Answer 1

2

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

Teja Bhagavan Kollepara
3,8275 gold badges33 silver badges69 bronze badges
answered Jan 14, 2016 at 6:46
1
  • 1
    thank you so much.. It worked after i set web server rewrites to no.. Commented Jan 14, 2016 at 6:59

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.