New Zenner
- Join Date:
- Jul 2005
- Posts:
- 9
- Plugin Contributions:
- 0
Chemo's Ultimate URL's
In response to a number of queries in this thread about getting 404 errors when you try to go into a secure part of Zen after installing Ultimate SEO URLs, the problem I found was due to my using a shared SSL certificate.
I found a fix from the other SEFU contribution by Tim.
When a host has a shared SSL, it will quite often take the form:
main: http://www.mywebsite.com/shop/
ssl: https://secure.myhost.com/~mywebsite/shop/
So you need to add the line:
RewriteBase /~mywebsite/shop/ to the .htaccess file. I also added the rewrite rules again after I inserted this line - it works but I don't know if I could have added this line at the top and not added the rewrite rules again - perhaps someone with more .htaccess file knowledge could advise?
Anyway, I hope this helps a few people who were in the same boat as me.