Do you have URL rewrites enabled in the backend of Magento? And what do you have for the unsecure/secure base store url/link values?
You can find all of this in System > Configuration > General > Web.
If you have mod_rewrite on your server, then set Use Web Server Rewrites to Yes. Otherwise leave it as No.
For the Unsecure section, make sure the values are:
Base URL: http://opengate.dk/w_magento/magento/ Base Link URL: {{unsecure_base_url}} Base Skin URL: {{unsecure_base_url}}skin/ Base Media URL: {{unsecure_base_url}}media/ Base JavaScript URL: {{unsecure_base_url}}js/
And for the Secure section, for now just leave it the same as above:
Base URL: http://opengate.dk/w_magento/magento/ Base Link URL: {{secure_base_url}} Base Skin URL: {{secure_base_url}}skin/ Base Media URL: {{secure_base_url}}media/ Base JavaScript URL: {{secure_base_url}}js/
Crucial -> Thanks for your tips. I tried to change the deafult urls but ended up breaking the installation. Since I could not find a file or DB entry to modify I ended up doing a reinstall… again…
---------------------------
I did a complete reinstall using the magento-1.0.19870.tar.gz.
I am online again but with a new issue this time.
But this in the autogenerated link from the “Magento Demo Store” gif the link is with a trailing slash:
http://opengate.dk/w_magento/magento/index.php/ (this results in “No input file specified")
How do I chagnge the default url to one of the three working links listed above?`
Well for future reference, those variables are stored in the core_config_data table. Just sort the table by path and go the last page. You’ll see the following:
web/secure/base_url web/unsecure/base_url
You can also turn off URL rewrites and SSL in there (0=false; 1=true):
Hi!
i’ve got this problem (v1.1.3), where link http://www.maczentrum.com.ar/store/index.php/ (with the final slash) does NOT work and throws the “No input file specified.” error or directly a 404.
I’ve tried configuring in the backend with Web Server Rewrites turned on and off:
- If NO, the magento logo goes to the index.php/ and gives that mentioned error;
- if YES, the logo goes to /store/ and home page is visible, BUT NOT the links to the products…
Frankly, I don’t know what to do. I’ve read about the .htaccess, but i don’t know how to configure it… also, i think that it’s not in the server (invisible files on).
Well for future reference, those variables are stored in the core_config_data table. Just sort the table by path and go the last page. You’ll see the following:
web/secure/base_url web/unsecure/base_url
You can also turn off URL rewrites and SSL in there (0=false; 1=true):
Hi! I’m sorry, but i dont understand WHERE do you change or HOW do you change this to make it work… I’ve found that table in phpMyAdmin, but i’m afraid i’m not able to modify it… or how to modify it. (im n00b with this, please understand )