I want a .htaccess rewrite mod code do the next – any body know about rewite mod
-
hello there,
I have a wordpress multiuser installed…
one of thats blogs is mydomain.com/dir
I have transfer that blog to a new domain: e.g: dir.com
I delete the blog of the main site… and made a directory with name ‘dir’
I put a .htaccess file in it…
I want all the links of the old blog to be redirected to the new site…
what is the rewrite code I have to put in that file…
for known, the ‘dir’ directory have an index.php file witch is only file I want to be accessible with out redirecting…<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond /(any text) exclude 'index.php' RewriteRule www.dir.com/(the any text) </IfModule>
hope I give you the whole idea…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘I want a .htaccess rewrite mod code do the next – any body know about rewite mod’ is closed to new replies.