Page 1 of 1

Livecode server .htaccess stop Prestashop sites...

Posted: Wed Aug 10, 2011 10:11 am
by JosepM
Hi,

I installed livecode-server on my shared JaguarPC hosting following the instructions without problems.

I have the scripts working but all the prestashop sites don't work. I get a 403 Error

-------
Forbidden
You don't have permission to access /shop on this server.
Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.
--------

Any idea why? I have the .htaccess into the public_html/ and the livecode-server into the public_html/cgi-bin and into the public_html/mydomain/cgi-bin

Salut,
Josep M

Re: Livecode server .htaccess stop Prestashop sites...

Posted: Wed Aug 10, 2011 11:57 am
by bangkok
JosepM wrote: I have the scripts working but all the prestashop sites don't work. I get a 403 Error
Give us more details.

What is the script that gives you such an error ?

Are you trying from a webpage, hosted on your web server with LC, to access a Prestashop site outside ?

Re: Livecode server .htaccess stop Prestashop sites...

Posted: Wed Aug 10, 2011 4:38 pm
by FourthWorld
Was there an .htaccess file in place before you posted your new one? If Prestashops relies on an .htaccess file, overwriting it may cause errors, and you'd need to either keep your LiveCode stuff in a separate directory and use its .htaccess there, or modify the original .htaccess file Prestashops uses to include the stuff LC needs.