i installed wamp server can start laravel.
problem 1(resolved , see filipe's answer)
when access directory named php in www folder of wamp gives me files broken icons link.
i have tried changing port 80 8080 in httpd.conf file did not resolve issue.
problem 2(see answer)
i think when skype running wamp server icon not become green.
problem 3
i have directory in www folder named php when try open wamp icon->left click->my projects->php , wamp opens php/ browser gives errorthis webpage not available.
any appreciated.
i changed these lines in httpd.conf file
#listen 12.34.56.78:80 listen 0.0.0.0:80 listen [::0]:80 to
#listen 12.34.56.78:8080 listen 0.0.0.0:8080 listen [::0]:8080 update
i have xampp installed in c:/xampp , has if wamp server not coming online or unable access files ?
its seems quite known problem xampp need go config file , find following line:
edit file : httpd-autoindex.conf
alias /icons/ "/apache/icons/" <directory "/apache/icons/"> so looks this
alias /icons/ "c:/wamp/bin/apache/apache2.2.21/icons/" <directory "c:/wamp/bin/apache/apache2.2.21/icons/"> after make sure pointing correct filepath.note:-httpd-autoindex.conf located in c:\wamp\bin\apache\apache2.4.9\conf\extra
to secound error on browser write:
localhost:8080
and should work change http.conf file instead of saying 80 8080:
<virtualhost *:8080> documentroot /www/example1 servername www.example.com </virtualhost> restart apache.
Comments
Post a Comment