Permission. Apparently I don't have it.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
SoreE yes
Forum Commoner
Posts: 32
Joined: Wed Oct 11, 2006 3:59 am

Permission. Apparently I don't have it.

Post by SoreE yes »

When I run code with PHP_SELF in, I get the following error:
  • You don't have permission to access /sloughwebsite<on this server
The Apache error log reads:
  • [client 127.0.0.1] Filename is not valid: c:/appserv/www/sloughwebsite/<br
The Apache httpd config file relevant line reads:
  • DirectoryIndex index.php index.html index.htm index.php3 default.php index.cgi

What's up?
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Your page code is incorrect it would appear.
Post Reply