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

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -