Install Wordpress as a subfolder inside Laravel -


i run laravel based website , need host wordpress blog on same domain http://example.com/blog

by placing "blog" directory inside public directory of laravel project, infinite redirect loop error.

how fix this?

add line .htaccess file inside laravel "public" folder , should exclude /blog/ can have own settings inside blog folder.

rewritecond $1 !^(blog) 

Comments

Popular posts from this blog

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -