I have this in my .htaccess file (for a Magento installation).

############################################
## never rewrite for existing files, directories and links

    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-l

############################################
## rewrite everything else to index.php
RewriteRule .* index.php [L]

The client just asked for a wordpress installation. I installed and set it
up in /blog.

But when I request /blog in my browser, I get an endless redirect error.

???

Anyone care to offer help with why?

-- 
John Corry
PHP developer - 3by400, Inc
http://www.3by400.com

Reply via email to