PDA

View Full Version : New problem!


lastrep
6-14-06, 12:26 AM
Anyone else experience this?

I am migrated yet cannot any longer access username.powweb.com - it returns an error

???

tbonekkt
6-14-06, 12:34 AM
What's your domain?

sattler
6-14-06, 12:41 AM
Yeah - your htaccess file in your home directory is rewriting requests to your site to an invalid combination. I removed that file temporarily and username.powweb.com worked fine for your site.

On the plus side, your domain is migrated and your site seems to be working great!

lastrep
6-14-06, 12:52 AM
OK HELP!

my username.powweb.com WON'T load unless I erase my .htaccess file. However there is nothing wrong with my .htaccess file and it worked fine before the migrate. Can someone tell me what's wrong with it?

AddType text/x-server-parsed-html .html .htm
RewriteEngine On
RewriteCond %{HTTP_HOST} !^(www\.|$) [NC]
RewriteRule ^ http://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

ErrorDocument 403 /index.html
ErrorDocument 404 /index.html

Thanks!

lastrep
6-14-06, 08:33 AM
Bump

tbonekkt
6-14-06, 09:26 AM
Looks like you're trying to add the 'www' to URIs. That's why the code is causing the issue. Just comment it out for testing the username.powweb.com address, and once your site is migated, uncomment it.