0

Hey, I've got Lampp installed in Ubuntu and I want to get .htaccess working but I don't know how. And, yes, I have searched all over google.

Cheers,

Hugo
  • 23
  • 3

1 Answers1

0

Look for AllowOverride None directives, as that's what would tell Apache not to look for .htaccess files.

Dan Grossman
  • 51,866
  • 10
  • 112
  • 101