Gossamer Forum
Home : Products : Gossamer Links : Discussions :

dynamic pages work perfectly, static gives server error

Quote Reply
dynamic pages work perfectly, static gives server error
My dynamic pages are appearing completely correctly after installation, but I cannot get the static pages to appear without a server error (at first it was giving me permission errors, now I think thats ok I'm getting an internal server error). Any idea where to start looking to get this fixed...

Dynamic:
http://lyrics-of-song.us/...n/lssql/page.cgi?d=1


Static:
http://lyrics-of-song.us/cgi-bin/lssql/pages/ (permissions error)

http://lyrics-of-song.us/...sql/pages/index.html (server error)

Thanks in advance!
Quote Reply
Re: [ibold] dynamic pages work perfectly, static gives server error In reply to
Move static pages from cgi-bin folder.

Something like http://lyrics-of-song.us/pages/

build_root_url
build_root_path
Quote Reply
Re: [ibold] dynamic pages work perfectly, static gives server error In reply to
Payoo is correct. .html (and other static page types) will not show up correctly in the cgi-bin.

1) They are trying to be run (which they obviously can't, as they are not valid perl scripts).
2) Their file permissions are wrong (wish they gave you a more user friendly error though).

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Payooo] dynamic pages work perfectly, static gives server error In reply to
Did the trick! Thanks a million