Light-PHP
Light-PHP copied to clipboard
[Not working] installed by composer
"Forbidden You don't have permission to access this resource.
Apache/2.4.54 (Win64) OpenSSL/1.1.1p PHP/8.1.10 Server at localhost Port 80"
It's on a local XAMP server. it's on local.
Where should I look? htaccess or where should I check? I can't make it work.
In /public/.htaccess change
<Files *.php> order allow,deny deny from all </Files>
to
<Files *.php> order allow,deny allow from all </Files>
That should help