|
|
Permission to access xampp in linux - VPS (Virtual Private Server)
|
Views : 675
|
|
Tagged in : VPS (Virtual
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Permission to access xampp
To give permission to access xampp in linux(VPS) follow the steps:
* Go to
/opt/lamp/etc/extra/httpd_xampp.comg
* Change the following lines
?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
to
? AAMPP|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from ::1 127.0.0.0/8 \
fc00::/7 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16 \
fe80::/10 169.254.0.0/16
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
Just change xampp to XAAMPP in the first line.
|
|
By Sanju, On - 2009-10-24 |
|
|
|