Hi David,
Could you please me to fix the problem related Link to Home page (HTTP 404 - File not found)
I installed PT on a subdirectory in public_html called "compare" and config.php is has been set as $config_baseHREF = "/compare/";. I use domain pointer manager featured by the hosting provider point to - /public_html/compare/.
Set up has been completed but when clicked on Home via the link http://www.a2zshop.com.au/merchant/, the browser indicated
Page not found
The page you are looking for might have been removed,
had its name changed, or is temporarily unavailable.
Please try the following:
If you typed the page address in the Address bar, make sure that it is spelled correctly.
- Click the Back button in your browser to try another link.
- Use a search engine like Google to look for information on the Internet.
HTTP 404 - File not found
Thanks in advance for your helps.
Dan
Hi Dan,
Even though you have used a sub-directory on your filing system called /compare/, because you are then mapping that back to the top level directory with your domain pointing system, you still only need to have "/" as the value for $config_baseHREF. So, if you edit config.php and change it back to:
$config_baseHREF = "/";
...that should be all it is!
Cheers,
David.