0

I'm making a 'Sign In' page for my Website using Codeigniter but when I click the 'Sign In' button, it always shows the error 403 Access Forbidden. It says that

"You don't have permission to access the requested object...".

How to overcome this error?

Vickel
  • 7,879
  • 6
  • 35
  • 56

1 Answers1

0

You need to give premission. If you run this from linux here simple way

sudo chmod 755 -R /opt/lampp/htdocs/

or

sudo chmod 755 -R /var/www/html

OR you can try this one Xampp Access Forbidden php