Permalinks and ReadyHosting
-
https://www.alchemyandcommerce.com/wordpress
I have a install located at the above URL. I’m converting an iWeb site to WordPress. I developed it on a local server where everything worked fine with permalinks. When I transferred it to readyhosting the permalinks don’t work anymore, I get a 404 error. Has anyone else had a problem with readyhosting? There are all sorts of unnecessary redirects going on with the iWeb site, you can see by visiting https://www.alchemyandcommerce.com/
I also notice there is an httpd.ini file that says:
[ISAPI_Rewrite]
### subdomain redirect v2 ###
RewriteCond Host: (?:.+\.)?alchemyandcommerce\.com
RewriteCond URL ^/(.*)
RewriteCond METHOD GET
RewriteRule ^/(.*) /$1 [I,L]
RewriteCond Host: (?:.+\.)?alchemyandcommerce\.com
RewriteCond METHOD POST
RewriteRule ^/(.*) /$1 [I]
RewriteCond Host: (?:.+\.)?alchemyandcommerce\.com
RewriteRule (.*) /$1 [I,L]Not sure if this is causeing a problem.
- The topic ‘Permalinks and ReadyHosting’ is closed to new replies.