You are here:  » The requested URL /search.php was not found on this server.

Support Forum



The requested URL /search.php was not found on this server.

Submitted by Paul1107 on Sun, 2009-08-02 18:33 in

Hi David,

Just implementing a new installation on a hosting service. PT installed with no problem (with a little help from you last week), however I have now uploaded a couple of feeds.

Upon mapping my first OK, I then did a trial import which again seemed to go OK uploading 10 products. However, When I tried to view those products by going to: /home/merchant/ the required merchants name showed as a link great, no problem. However when I clicked on the to view the products the following message appearred: 'The requested URL /search.php was not found on this server'.

Have you any idea why this might have happened?

As always your help is much appreciated.

Regards

Paul

Submitted by support on Mon, 2009-08-03 09:10

Hi Paul,

Double check your values for $config_baseHREF in config.php and RewriteBase in .htaccess - both should be /home/ - it sounds like it may still be just / in .htaccess...

Cheers,
David.

Submitted by Paul1107 on Mon, 2009-08-03 10:02

Hi David,

You're right I didn't have /home/ on either document. I've now changed them, and while I can get access to the admin page, I can't access the home page as I get this message: 'The requested URL /home/ was not found on this server.'

I then changed the $config_baseHREF in config.php to '/' while keeping the .htaccess with '/home/'. Once uploaded I could then access site home and the merchant, but once again I could not access the individual merchant and had this error message again 'The requested URL /search.php was not found on this server.'

Sorry but have to ask what I've missed?

regards

Paul

Submitted by support on Mon, 2009-08-03 10:23

Hi Paul,

It should be, in config.php

$config_baseHREF = "/home/";

...and in .htaccess

RewriteBase /home/

...with the script installed in /home/ - exactly as it appears in the above files.

If it's still not working, could you email me both files and a link to the installation and I'll have a look for you!

Cheers,
David.