Integrate WordPress Blog into CakePHP Application
Hello Friends,
I have worked on CakePHP application like Customer Relationship Management (CRM),Content Management Systems(CMS),Online bidding application and many more. After working on CakePHP application, Our company's head decided to make organization's website into CakePHP and assigned the project to me. It has not great functionality. Its a simple CMS website. But the concern is to use WordPress Blog along with CakePHP application as it is used for posting some business news.
For integrating blog along with CakePHP application, you can simply install blog in /blog directory inside main CakePHP directory. Now you just need to write couple of .htaccess rules which i had written below. Please find .htaccess file in main CakePHP folder(root).
RedirectMatch temp ^/blog/wp-admin$ http://www.example.com/blog/wp-admin/
RewriteRule blog$ /blog/ [L]
RewriteRule blog/wp-admin$ /blog/wp-admin/ [L]






I am
about 1 year ago
This is simple advice, but useful for beginners. Thanks
about 1 year ago
This is simple advice, but useful for beginners. Thanks
about 1 year ago
The article is about Customer Relationship Management (CRM),Content Management Systems(CMS),Online bidding application and many more.The post provides useful information about the topic
about 1 year ago
The article is about Customer Relationship Management (CRM),Content Management Systems(CMS),Online bidding application and many more.The post provides useful information about the topic
about 1 year ago
Hello all, I am working on a website in cakephp. My client recently asked me to integrate wordpress blog in cakephp. Although I have experience in cakephp but never worked with wordpress. So can u please tell me the steps required to integrate wordpress in cakephp. Thanks in Advance.
about 1 year ago
Hello all, I am working on a website in cakephp. My client recently asked me to integrate wordpress blog in cakephp. Although I have experience in cakephp but never worked with wordpress. So can u please tell me the steps required to integrate wordpress in cakephp. Thanks in Advance.
about 1 year ago
@Munish, i have already mention steps above. are you facing any problem while installing wordpress or redirection issues ?
about 1 year ago
@Munish, i have already mention steps above. are you facing any problem while installing wordpress or redirection issues ?
about 1 year ago
Hi there,
i have tried to add your lines setting, but it seem not work. Here are my htaccess setting for main cakephp folder
RewriteEngine on
RedirectMatch temp ^/blog/wp-admin$ http://www.mysite.com/blog/wp-admin/
RewriteRule blog$ /blog/ [L]
RewriteRule blog/wp-admin$ /blog/wp-admin/ [L]
RewriteBase /
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
could you help me?
about 1 year ago
Hi there,
i have tried to add your lines setting, but it seem not work. Here are my htaccess setting for main cakephp folder
RewriteEngine on
RedirectMatch temp ^/blog/wp-admin$ http://www.mysite.com/blog/wp-admin/
RewriteRule blog$ /blog/ [L]
RewriteRule blog/wp-admin$ /blog/wp-admin/ [L]
RewriteBase /
RewriteRule ^$ app/webroot/ [L]
RewriteRule (.*) app/webroot/$1 [L]
could you help me?
about 1 year ago
What it shows ?
Is it redirecting to Internal Server Error ?
about 1 year ago
What it shows ?
Is it redirecting to Internal Server Error ?
about 1 year ago
ya, it was directing to Internal Server Error. Do you have any idea?
about 1 year ago
ya, it was directing to Internal Server Error. Do you have any idea?
about 1 year ago
It an issue with htaccess rule. I cant predict with out looking at it. Ask to your seniors or any experience person who knows htaccess very well.
about 1 year ago
It an issue with htaccess rule. I cant predict with out looking at it. Ask to your seniors or any experience person who knows htaccess very well.
about 7 months ago
Pleasant Post. This record helped me in my college assignment. Thnaks Alot
about 1 week ago
Is it redirect to internal server error?