> Has anyone else encountered this problem?
Yes, see this thread: http://tinyurl.com/4mx6zq, or search for
"wordpress" in this group.
>From my experience installing WordPress into CakePHP webroot, if
the .htaccess in your /app/webroot/ is enabled and working correctly,
any requests to a /blog/ w
I'm not entirely sure what finally fixed the problem but here's what I
have in my app/webroot/blog/.htaccess file:
# BEGIN WordPress
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
# END WordPress
-
I have this now... how did you fix it ??
On May 26, 1:26 am, Kyle Decot <[EMAIL PROTECTED]> wrote:
> I am attempting to integrate Wordpress with CakePHP but I'm running
> into some problems. When I try to go to:
>
> http://www.affinityskateboards.com/blog/
>
> I get redirected to:
>
> http://www.
I am attempting to integrate Wordpress with CakePHP but I'm running
into some problems. When I try to go to:
http://www.affinityskateboards.com/blog/
I get redirected to:
http://www.affinityskateboards.com/app/webroot/blog/
And when I try to go to:
http://www.affinityskateboards.com/blog/wp-