1. check and edit or remove htaccess file in your www/project folder
2. you can manually edit file httpd.conf to enable it
search:
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
change to:
<Directory />
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
save file and restart wamp to take effect
remember, you only do this if you want to enable lan and worldwide access; offline still work on your wamp computer
Have fun,
FREE One A DayFREE PhotoFREE GamesFREE WebsitesFREE Portable GPSFREE WAMP GuidesEdited 2 time(s). Last edit at 11/18/2008 03:34PM by yfastud.