Script Pulse
Trade Pulse => Trade Pulse Support => Topic started by: David on January 06, 2010, 02:36:22 PM
-
hi,
i have a site written in perl and a host who doesn't allow chmod 777.
so i had to install with 755 for files and folder and it worked well without any error messages.
now i had to use the .htaccess way to call tp_in.php but it returns a blank page
if i set chmod 777 i get an error (because it's not allowed by host)
anybody any idea how i can get it running? am i missing something?
thanks and greets
David
-
All my stuff is 755 without problems
What is your index page called?
Is it index.cgi?
-
index.html
i could use .shml, too
but i have another gallery.cgi (perl)
is it enough to call: <!--#include virtual="/tp/ssi_in.php"-->
in index.shml only?
or is traffic sent to gallery.cgi not count in this case?
-
What does your index.html look like?
I'm not sure I know what you are using for your TGP... custom software?
-
yes
-
it's working
i changed
Setting > in > "Default main page:" to index.html
it's .shtml by default
no idea why. if i had an index.shtml i would use SSI
the scripts works fine so far with chmod 755
thanks for helping
-
Nice to see it solved , cheers.