htaccess Elite

Hire htaccesselite professional

.htaccess tutorial


All times are UTC - 5 hours





Post new topic Reply to topic  [ 3 posts ] 
Author Message
 Post subject: Rewrite Moved Directory
PostPosted: Apr 25th, '08, 06:19 

Joined: Apr 25th, '08, 05:50
Posts: 2
Using wordpress I renamed the 'category' to 'blog' and i'm trying to redirect

http://livestudios.sg/category/photocards to http://livestudios.sg/blog/photocards
but it doesn't seem to work.. what am I missing?

Code:
DirectoryIndex index.shtml index.php3 index.html index.htm index.php
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond ${REQUEST_URI} ^.*/category/.*
RewriteRule ^/category/([A-Za-z0-9]+)$ /blog/$1 [R]
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>


Top
 Profile  
 
 Post subject: Re: Rewrite Moved Directory
PostPosted: May 9th, '08, 17:05 

Joined: Oct 30th, '06, 13:55
Posts: 89
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^GET\ /category/(.*)\ HTTP/
RewriteRule .* http://livestudios.sg/blog/%1 [R=301,L]

RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>


Does that work?


Top
 Profile  
 
 Post subject: Re: Rewrite Moved Directory
PostPosted: May 9th, '08, 18:48 

Joined: Apr 25th, '08, 05:50
Posts: 2
mod_rewrite wrote:
Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} ^GET\ /category/(.*)\ HTTP/
RewriteRule .* http://livestudios.sg/blog/%1 [R=301,L]

RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>


Does that work?


It worked!!! You're a savior!!!!

http://livestudios.sg/category/highlights


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

All times are UTC - 5 hours


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:
Jump to:  
Powered by phpBB