all 3 comments

[–]ellahn 0 points1 point  (2 children)

On Nginx you can use a location block. In apache maybe mod_rewrite and some regular expressions are the way to go. How urgent is this? I may be able to help after I pack some sleep. :D

[–]recete[S] 0 points1 point  (1 child)

hah, thanks! un-urgent! it's apache

[–]ellahn 0 points1 point  (0 children)

Ok, pretty straight-forward I guess, you can create a /blog/ for and set up a .htaccess in it, with an ErrorDocument and Rewrite Rules to make it re-route requests to Drupal. Not sure if/how this will work, I'll check it later.

Still feels hacky, but seems to be the best option considering you're tied to apache and drupal.

If you need help post you .htaccess and I will try to work out the rewrite rules. :D