Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
 Post subject: .htaccess Deleted?
PostPosted: Sun Nov 30, 2008 9:07 am 
Offline

Joined: Sun Nov 30, 2008 8:15 am
Posts: 1
Website: http://www.dragonflyeye.net
Location: Rochester, NY, USA
OK, I am admittedly a noob when it comes to Linux administration, so forgive a stoopid question. And yes, of course, I have searched the forums without success. Here are the particulars:

Linode 360 plan > Ubuntu 8.04 LTS > Apache2 > WordPress MU 2.6.2

Because I'm running WPMU with pretty permalinks, I need to be able to use .htaccess files. However, the system seems to keep deleting the .htaccess file that I'm putting in there.

In my VirtualHost file for the site holisticnetworking.net, I've added the line 'AllowOverride All' into the home directory, but this isn't changing the situation.

Does anyone have any idea why this would be?


Top
   
 Post subject:
PostPosted: Sun Nov 30, 2008 11:16 am 
Offline
Senior Member

Joined: Fri May 02, 2008 8:44 pm
Posts: 1121
1. File names beginning with a dot are considered "hidden" in Linux. In order to see them, you'll need to use a command such as
Code:
ls -a

(FTP clients such as FileZilla will often display hidden files, too.)

2. Did you enable mod_rewrite in Apache?
Code:
a2enmod rewrite
/etc/init.d/apache2 force-reload


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group