You are here:  » Server error

Support Forum



Server error

Submitted by marco@flapper on Mon, 2010-12-20 13:51 in

hi,
I'm trying to create a pricetapestry in a subfolder but I get a server error.

I want to install pricetapestry as following:
http://www.mywebsite.com/pt/

I adjusted the config.php to:
$config_baseHREF = "/pt/";

Also the .htaccess in http://www.mywebsite.com/pt/ into:
RewriteBase /aanbieding/
and removed the line with Options -MultiViews

But when I go to http://www.mywebsite.com/pt/setup.php I get a server error...

The real url is {link saved}

Submitted by support on Mon, 2010-12-20 13:58

Hi Marco,

RewriteBase should always be the same as $config_baseHREF (but without the quotes) - have a go with:

RewriteBase /pt/

That should be all it is...!

Cheers,
David.
--
PriceTapestry.com

Submitted by marco@flapper on Mon, 2010-12-20 14:11

Thanks, I had the quotes removed but I think my files were corrupted. I installed the latest Distribution 12/10A and it works now.