|
Hello, i installed a drupal 7 website and i want to use wordpress and my drupal site together. i created a drupal 7 application and wordpress application, then i linked my drupal 7 app to my root directory "/" and wordpress app to "/blog" paths. On my drupal 7 website in my main navigation i have a blog link, which is linked to mysite.com/?q=blog url, but i cannot redirect it to mysite.com/blog url, when i directly enter mysite.com/blog url to my browser i can reach my wordpress site, it seems simpe but i cannot redirect ?q=blog url to just "blog " path... thanks in advance |
Hi,
Can you provide some more information on how you are doing the redirection? Do you use Rewrite rules in .htaccess? Please paste them here if so.
RewriteRule ^?q=blog$ http://www.myysite.com/blog [R=301,L] i tried this but nothing changes
and when i try RewriteRule ^?q=blog$ http://mysite.com/blog [R=301,L]
i get
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.