htaccess Elite

.htaccess tutorial


All times are UTC [ DST ]





Post new topic Reply to topic  [ 1 post ] 
Author Message
 Post subject: Wordpress Category Rewrite
PostPosted: 08 Oct 2008 09:23 
Offline

Joined: 08 Oct 2008 09:14
Posts: 1
Hi all. Htaccess n00b here, but I'm learning.

I'm trying to make this Wordpress link: http://sub.example.com/category/dallas/
Look like this: http://sub.example.com/dallas/

I can do a 301 redirect just fine (see commented out section below), but I can't rewrite the URL. :-/

Anyone have any idea what I'm doing wrong? - Thanks!

# RewriteEngine On
# RewriteBase /
# RewriteRule ^dallas/$ /category/dallas/ [R=301,L]

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^dallas/$ /index.php?cat=5 [L]

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 1 post ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: MSNbot Media 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
You cannot post attachments in this forum

Search for:
Powered by phpBB