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,
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,
Look for
AllowOverride None
directives, as that's what would tell Apache not to look for.htaccess
files.