Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Jan 23, 2010 11:46 pm 
Offline
Senior Newbie

Joined: Sat Jan 23, 2010 11:28 pm
Posts: 9
Hi all,

New Linode user here. Very excited about it all so far, and just got my personal web site up and running here. I'm trying to get permalinks working in WordPress and for some reason I just can't figure it out.

I've turned AllowOverride to All everywhere I can find it and made sure FollowSymLinks is enabled everywhere I can find it. I've set up .htaccess the way WordPress tells me to, etc. But for some reason it still isn't working.

Any ideas what else to try here? I feel like I'm being obtuse and missing something obvious because this shouldn't be that hard.

Thanks!


Top
   
 Post subject:
PostPosted: Sun Jan 24, 2010 5:57 am 
Offline
Senior Newbie

Joined: Sun Jan 17, 2010 9:53 pm
Posts: 7
Make sure that mod_rewrite is installed within Apache. Check your httpd.conf for: "LoadModule rewrite_module modules/mod_rewrite.so".

If you are using virtual hosts, you will need your AllowOverride statements within the virtual host container:

<VirtualHost *:80>
...
...
<Directory />
Options FollowSymLinks
AllowOverride All
</Directory>
...
</VirtualHost>


Top
   
 Post subject:
PostPosted: Sun Jan 24, 2010 6:54 am 
Offline
Senior Newbie

Joined: Sat Jan 23, 2010 11:28 pm
Posts: 9
That was it... I just ran a2enmod rewrite and that fixed it. I knew it had to be something simple. Thanks so much! 8)


Top
   
 Post subject:
PostPosted: Mon Jan 25, 2010 11:25 am 
Offline
Senior Newbie

Joined: Sat Jan 23, 2010 11:28 pm
Posts: 9
I'm having some new confusion now... I set up another virtual host with an identical configuration to the first (where permalinks are working fine), but permalinks aren't working at all on the new host. What could be causing that?

EDIT: Never mind, it was an .htaccess problem. I thought I was writing changes to the file but I wasn't.


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


Who is online

Users browsing this forum: No registered users and 2 guests


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