magento - webserver question [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this questionI've uploaded the Magento installation file to my hosting and I've been told to go to the URL you uploaded it to using you browser, the开发者_如何转开发n the installation wizard will run you through the processes.
I uploaded to /home/domain/public_html/magneto
What URL should I use to access it?
Thanks in advance
The URL you should type should be:
http://www.YOUROWNDOMAINNAME.COM/magento if you have your own domain name which is hosted by yourhost.
yourhost.com/magento
If you're running the server locally, you can go to localhost/magento
You can access it using yourhost.com/magento
Also you can use Magento downloader for installation. Go here to download it
The URL would be www.yourdomain.com/magento
If you want the site to work at www.yourdomain.com
without the "/magento" you need to move all the files in the magento folder to the public_html folder BEFORE you run the installer.
精彩评论