Light-PHP icon indicating copy to clipboard operation
Light-PHP copied to clipboard

[Not working] installed by composer

Open liviubarbu opened this issue 2 years ago • 1 comments

"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.

liviubarbu avatar Jan 14 '23 00:01 liviubarbu

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

DEAD1SIDE avatar Apr 25 '23 09:04 DEAD1SIDE