1
這是我的問題,laravel &的WordPress: 可以laravel和wordpress一起玩嗎?
i need to put a blog inside laravel installation. i want to use WordPress but i can't figure it out. i put the WP files inside public/blog/ but i can't install it. the redirect is the error part. i need to say that to Apache:
if($url = public/blog/*){
ignore normal laravel routing system & redirect to WordPress inside (public/blog/*)
}
正確的做法是用的nginx/Apache來處理這個問題。 –
檢查http://stackoverflow.com/questions/27317031/install-wordpress-with-laravel-in-same-domain-in-folder-blog – Kaloyan