0

Error 403 loading css and jquery file on mac os x using xampp.

I have already tried ERROR 403 in loading resources like CSS and JS in my index.php

but it doesnt work . Any other solution?

I Might be changing the wrong permision file name. anyone knows the right command line. (Command line newbie here)

Files works previously on my previous MAc os x installation .

Files are already in htdocs folder htdocs/webpage_test/css

Community
  • 1
  • 1
peekaboo
  • 105
  • 1
  • 15

1 Answers1

0

Maybe your premissions are not correct configured.

Try this:

  1. Open “xamppapacheconfextrahttpd-xampp.conf” (in notepad ++ for example)
  2. Replace the line “Allow from localhost” with “Allow from 127.0.0.1″ (be careful you will have to do this for the 2 lines!)
  3. Save file
  4. Restart apache, you’re done!

(Source)

Dirk Jan
  • 2,355
  • 3
  • 20
  • 38