How to configure Wordpress and Rails app on a Mongrel + Apache server? -
i need add wordpress blog site same server (under same domain name), @ "/blog" path. is:
my rails app @ mysite.com, want blog site @ mysite.com/blog.
i tried putting wordpress files under rails app /public/blog folder. whenever access mysite.com/blog, got error saying "the page looking doesn't exist."
however, can still access mysite.com/blog/wp-admin/index.php, seems can run php scripts fine.
my rails app running on mongrel+apache2 configuration.
any idea how can make blog work rails app?
thanks.
i figured out myself. if having similar problems, please check solution @ http://harryche2008.wordpress.com/2011/03/05/how-setup-wordpress-blog-under-railss-public-directory/
Comments
Post a Comment