Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

My index file won't open to the index but all other pages URL are fine


ALL4739

Recommended Posts

In my none wisdom, while deleting some outdated videos with Dreamweaver, I apparently attached a link to my URL:  www.all-unique.com to read www.all-unique.com/RCA%20Port.Flv.  Now when I try to open to the main page I get the defunct video file.  How do I get back to my original URL without the sub category?  If I go in with dreamweaver and double click the index.php file, it opens fine but I don't know even in the code view, where the URL is to change.  

Help

Lee Faber

Link to comment
Share on other sites

.htaccess maybe?  That seems like a DirectoryIndex, which also could be set directly in httpd.conf or similar.  If all else fails, discuss with your host. 

Note that if you write out /index.php at the end, it goes to the right place.  Which is exactly the DirectoryIndex behavior.  https://httpd.apache.org/docs/2.4/mod/mod_dir.html

You probably want

DirectoryIndex index.php

 

Always back up before making changes.

Link to comment
Share on other sites

Don't know if it is my host's technical people, but they claim the problem is not theirs.  Is there some in this forum I can pay to follow this down and repair it?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...