Wrong links

Avatar
  • Answered
Hello, I just added site on Drupal 6 (temp url: http://biz127.inmotionhosting.com/~dacha65). Main page is loaded, but other links is not working - displayed a error "Not Found. The requested URL /home/dacha65/public_html/index.php was not found on this server." I think problem is that index.php is in the "/home/public_html/" folder, not "/home/dacha65/public_html/". How can I fix it?
Please, send me answer to email [email protected], I'm a webmaster of site's owner. Thx
Avatar
JacobIMH
Hello bulinat, and thanks for the question. The current problem you're experiencing is caused by accessing the site over the temporary URL. Because Drupal is trying to use Rewrite rules to make your URLs search engine friendly such as [/category/all] at the end instead of something like [/index.php?category=all]. When you're actually using just the domain name it should work fine. However when you're testing things out and don't yet have your domain name pointed over to our server, you'll want to go ahead and modify your computer's local (hosts) file to force your computer to resolve the domain name directly to our server: How to modify your hosts file Your entries would end up looking like: 173.247.240.21 YourDomain.com 173.247.240.21 www.YourDomain.com Be sure of course to replace (YourDomain.com) with your actual domain name. I've gone ahead and tested this with your site and it appears to resolve the page not found issues. Please let us know if you have any further questions at all. - Jacob