I\'m working on a new server and I installed via yum the \"Web Server\" group. Php and mysql work fine but I can\'t get .htaccess to work.
Heres my test .htaccess file:<
Have you set AllowOverride in Apache config? If not, set AllowOverride from none to all.
none
all