DarkJaff Posted September 1, 2008 Share Posted September 1, 2008 Hi, First, I'm using Windows XP Family version with an installation of EasyPHP 2.01. Everything was working fine but one day due to a malware, I needed to reinstall everything. So, I reinstalled EasyPHP and now, when I go on my websites, I got this error: Forbidden You don't have permission to access /svm/< on this server. This is when I write the URL: http://localhost/svm/ It does the same things with all my websites. They are all in the same directory like this: C:\Program Files\EasyPHP 2.0b1\www\svm C:\Program Files\EasyPHP 2.0b1\www\pro-stadium C:\Program Files\EasyPHP 2.0b1\www\site2 C:\Program Files\EasyPHP 2.0b1\www\testingweb ... I read forum threads for 2 hours now and I'm about to destroy my laptop because everything seems to help others but not me. I think it's something related to right or the httpd.conf file but I can't find anything for my particular issue. Can anyone here help me? If you have additionnal question, don't hesitate to ask! Thanks! DarkJaff Quote Link to comment Share on other sites More sharing options...
burn1337 Posted September 4, 2008 Share Posted September 4, 2008 2 possible thigns there, 1. your .htaccess and 2 your file permissions, either change the permissions of the files/folders, if you can't do that through normal XP functions, get cygwin or something of the sort (many different kinds) and chmod 755 * in your www folder and it should take care of it. if it is your .htaccess, just clear or delete the file, should fix that. Quote Link to comment Share on other sites More sharing options...
rhodesa Posted September 4, 2008 Share Posted September 4, 2008 what is the value of DocumentRoot in your httpd.conf file? Quote Link to comment Share on other sites More sharing options...
DarkJaff Posted September 7, 2008 Author Share Posted September 7, 2008 Hi, Thanks for your answer. The value of DocumentRoot is DocumentRoot "${path}/www". Is this ok??? Also, I will download cygwin because right now it seems that I can't change it with normal windows function. I'll keep you informed. Thanks! DarkJaff Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.