• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux Enabling .htaccess

mbruzaca

New Member
Joined
Jun 8, 2012
Messages
93
Reaction score
1
Location
Brazil
Hello, does anyone knows how to enable .htaccess on Linux? (usin' Debian 6.0)

I changed my server from Windows do Linux and now it's not working anymore.. Using Apache2..

Thanks!

- - - Updated - - -

Anyone? Nobody knows why my .htaccess doesn't work? : (

- - - Updated - - -

Problem solved!

Had to set

Code:
[B]AllowOverride All[/B]

on /etc/apache2/sites-enabled/000-default
 
Back
Top