Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

An appropriate representation fo the requested....contact_us.php


ScottCC

Recommended Posts

the error is:

An appropriate representation of the requested resource /store/contact_us.php could not be found on this server.

 

I am assuming that my host has security limits on the contact_us.xxx filenames, so I simply want to change the name.

 

if i edit this line

 

'<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">' . BOX_INFORMATION_CONTACT . '</a>');

 

to this

 

'<a href="' . tep_href_link(FILENAME_CONTACT_US) . '">newcontactname.php</a>');

 

and change the filename to "newcontactname.php" from contact_us.php

 

is this the only place i need to change the name? or is there some other code to change?

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...