Usually I would manually set up Apache and PHP but this time I thought I would go for the WAMP alternative.
I've set up WAMP and it's working perfectly fine on the host machine.
If I try and access the WAMP server from another machine on the same network (same subnet too: 192.168.1.*) I get this message:
Forbidden
You don't have permission to access / on this server.
I have been onlin
I've installed wamp server 2.2e on windows 8 pro. The problem is that wamp server is not working. The icon turned yellow. I cant access localhost. PLease help me. I've also tried installing wamp 2.0 and 2.1 as well but it is still not working. Right now i have wamp 2.2e installed.
I am running Linux (Lubutu 12.10) on an older machine with a 20GB hard drive. I have a 1 TB external hard drive with an NTFS partition on it. On that partition, there is www directory that holds my web content.
Im using Windows 7, and there I installed apache server in c:\wamp\apache\, PHP is located in c:\wamp\php\, and loaded as module.
So lets say I'm building test project and I only have index.php in that project.
Folder of that project will be located in c:\wamp\apache\htdocs\test\index.php and I can access that through my browser: localhost\test
This all works nice, but I have problem when I incl
I am trying to access phpmyadmin on wamp, but it is showing me
Forbidden--You don't have permission to access /phpmyadmin/ on this server.
I am new to Web Programming please help.
How can I fix this problem?
Im running ubuntu 12.04 lts
2gb ram 500gb hdd.
My hdd have 4 partitions.
i have Apache Web server and my own CMS into server. i dont want show to all my folder files list and i want set permission to hide my files like this alert
403 Forbidden
You don't have permission to access /admin/ on this server.
i know how i can give permission to folder with security but, i dont know wich permission is for this and wich user must deny this permission.
As soon as i open a phpinfo() script called version.php apache stops working. Here is the error.log file.
I'm trying to get Symfony1.4 and Symfony2 working on the same host in Apache (2.2.22) - I think the problem is that both are using mod_rewrite to direct the request to a php controller/script.