Michael,
Thanks for checking in.
I am using redirects. I grabbed the code elsewhere in the forum. When I turn the redirects off in .htaccess and config.inc.php, the following page works:
http://logos-press.com/journals/index.p ... individualSo, the problem likely lies in the redirect. Can you help troubleshoot the .htaccess code below?
#pkp rewrites
DirectoryIndex index.html index.php
RewriteBase /
RewriteEngine On
# Check for and remove "www" if necessary
RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
# Use this set of 3 lines for each of your journals
RewriteCond %{SERVER_NAME} ^commercialbiotechnology.com
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php/jcb/$1 [L]