codetoad.com
  ASP Shopping CartForum & BBS
  - all for $20 from CodeToad Plus!
  
  Home || ASP | ASP.Net | C++/C# | DHTML | HTML | Java | Javascript | Perl | VB | XML || CodeToad Plus! || Forums || RAM 
Search Site:
Search Forums:
  Perl Script Output (w3c validator)  Kriekie at 08:19 on Sunday, May 14, 2006
 

Hi!

I've just installed the w3c markup validator (and tripple checked the installation instructions). But when the form is submitted to the "check" page, the entire perl script is displayed on the screen instead of executed - anyone know how I should fix this??

Thanks!

  Re: Perl Script Output (w3c validator)  S_Flex at 13:07 on Tuesday, May 16, 2006
 

if linux/unix
All executed scripts CHMOD the file to 755
Any database files or lang/config files CHMOD to 644
Folders can be CHMOD to 777 or for more security 775

Dont forget to do this!
The file permission's are used for securing your code on the server and is what you need to do if the source can be viewed in http!


If you want more security for your directorys
server that supports .htaccess files. Add one to each directory with a code like this.

Options -Indexes

There are more advanced .htaccess codes, but that one should stop them from viewing all files in the directory.

If your server dose not support .htaccess or you dont want to use them, you can always add a blank index.html in all the directorys..

Hope it helps!








CodeToad Experts

Can't find the answer?
Our Site experts are answering questions for free in the CodeToad forums
//








Recent Forum Threads
•  File handle problem
•  Link Capture, help needed
•  Re: java app auto web update..
•  IE Only comeback
•  ` Error Code 64: Host not available ` - Error when accessing ASP Appln
•  Re: dynamic crystal report generation
•  Launch an app remotely through a website
•  Run an app in my pc from another pc
•  a:hover elements


Recent Articles
ASP GetTempName
Decode and Encode UTF-8
ASP GetFile
ASP FolderExists
ASP FileExists
ASP OpenTextFile
ASP FilesystemObject
ASP CreateFolder
ASP CreateTextFile
Javascript Get Selected Text


© Copyright codetoad.com 2001-2007