Advertisement
ken7

htaccess bypass symlink

Aug 7th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. # For security reasons, Option followsymlinks cannot be overridden.
  2. #Options FollowSymLinks MultiViews Indexes ExecCGI
  3. Options SymLinksIfOwnerMatch MultiViews Indexes ExecCGI
  4.  
  5. AddType application/x-httpd-cgi .cpc
  6.  
  7. AddHandler cgi-script .pl
  8. AddHandler cgi-script .pl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement