Does anyone have experience simultaneously running a Drupal and Wordpress site and redirecting some links from Drupal to Wordpress?

This looks like it should be pretty simple to do. I plan to take advantage of the mod_rewrite module for apache: We will just need to configure a htaccess file to redirect URLs matching hostname/blog/pattern where pattern fits a Wordpress URL blog pattern.

This looks like it should be pretty simple to do. I plan to take advantage of the mod_rewrite module for apache: We will just need to configure a . Htaccess file to redirect URLs matching hostname/blog/pattern/ - where pattern fits a Wordpress URL blog pattern.

I use mod_rewrite on my Drupal site. Here's an example I use to redirect users to earldouglas.com when they access earldouglas. Com: RewriteCond %{HTTP_HOST} ^earldouglas.Com NC RewriteRule ^(.*)$ http://earldouglas.com/$1 L,R=301 You could try something like the following: RewriteCond %{REQUEST_URI} /blog RewriteRule ^(.*)$ /wordpress L,QSA.

Yeah, we did end up doing something very similar to this. – dkinzer Aug 19 '10 at 18:35.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions