ScottCC Posted September 1, 2006 Share Posted September 1, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.