Can anyone explain to me why the /last/ directory in this block is not
allowing me access, whereas the directory before it is? I've tried every
goddamned variation I can think of, nothing works...
DocumentRoot /var/www/phpadsnew/current
<Directory />
Options FollowSymlinks
AllowOverride None
Order Deny,Allow
Deny from all # Default, no access at all.
</Directory>
<Directory /var/www/phpadsnew/current>
Order Deny,Allow
Allow from all # Allow access from everywhere.
</Directory>
<Directory /var/www/phpadsnew/current/admin>
Order Allow,Deny
Allow from 62.221.11. # Allow only local access.
</Directory>
<Directory /var/www/phpmyadmin/current>
Order Deny,Allow
Deny from all
Allow from 62.221.11. # Allow only local access!!!
</Directory>
TIA,
adam
Maintained by the ILUG website team. The aim of Linux.ie is to
support and help commercial and private users of Linux in Ireland. You can
display ILUG news in your own webpages, read backend
information to find out how. Networking services kindly provided by HEAnet, server kindly donated by
Dell. Linux is a trademark of Linus Torvalds,
used with permission. No penguins were harmed in the production or maintenance
of this highly praised website. Looking for the
Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!