PDA

View Full Version : [ubuntu] Server Isn't Responding To .htaccess!


LeonBlade
March 3rd, 2010, 07:35 PM
Hey everyone,

For some reason my .htaccess file isn't doing ANYTHING what so ever.
Let me know what files I should post here to help you determine my problem.

Sorry I'm not posting much.
Leon Blade

ImperialXT
March 3rd, 2010, 11:31 PM
paste a copy of your .htaccess file please

AlexanderDGreat
March 4th, 2010, 05:26 AM
It must be related to modules, my .htaccess rewrite engine didn't work also so I:

sudo a2enmod rewrite - to enable modules for rewrites

sudo gedit /etc/apache2/sites-available/default
AllowOverride All - not 100% sure if it applies to you sir.