Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Sat Sep 04, 2010 12:23 am 
Offline
Senior Newbie

Joined: Sat Apr 03, 2010 3:37 pm
Posts: 13
So I'm trying to use "pretty links" for my wordpress blog but all the links are broken when I turn them on (posts, pages, everything).

I think it has something to do with the .htaccess file and symbolic links.
Here is my .htaccess which I think is correct.. but it is simply not working.

Code:
Options +FollowSymLinks
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress


Top
   
 Post subject:
PostPosted: Sat Sep 04, 2010 2:30 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Do you have mod rewrite installed? Use httpd -M command via SSH and look for rewirite_module


Top
   
 Post subject:
PostPosted: Sat Sep 04, 2010 2:49 am 
Offline
Senior Newbie

Joined: Sat Apr 03, 2010 3:37 pm
Posts: 13
Turns out that I had installed it but never enabled it (Does ubuntu not enable it by default?)

In any case thanks for the suggestion obs it helped me track down the fix.


Top
   
 Post subject:
PostPosted: Sat Sep 04, 2010 6:26 pm 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
You're welcome, and I guess ubuntu doesn't, I prefer to compile my own.


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


Who is online

Users browsing this forum: No registered users and 3 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