Hi,
I have develop a new application my client side using only localhost but that application access different system. i get the main system ip address.But xampp through new security concept error any body know kindly help me soon.
My guess is you got Require local
in some directive in your xampp config file (httpd-xampp.conf). Change it to Require all granted
if you want everyone to be able to access the page or to Require ip <ip-address-here>
to allow certain ip.
After the change restart xampp.
i use PHP Version 5.6.24
xampp->apache->conf->extra->httpd-xampp
i attached this file can you resend and fix that issue
httpd-xampp.txt (2.7 KB)
I don’t know where it is edit
i refer this link but i don’t have existing code
Hmm I haven’t really used xampp much in years but could it be the all denied
in this block(?)
ScriptAlias /php-cgi/ "E:/Xampp/php/"
<Directory "E:/Xampp/php">
AllowOverride None
Options None
Require all denied
<Files "php-cgi.exe">
Require all granted
</Files>
</Directory>
This is not really PHP related anyway. Maybe someone can move this to some server config related category. You would get probably more and better help in there.
I suspect Server Config is a better home for this topic…
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.