Forum Moderators: phranque
From with ISPs when people put this in their address bar and press enter or go, nothing happens.
Mydomain.com
No error message; no page loading … nothing! It just freezes. In this case they can still access other sites with out typing the [www....] Part. I.e. they can access yahoo by just typing yahoo.com in address bar and pressing go.
In this case they can only access my site by adding the http part. like this:
http://www.mydomain.com
I couldn’t believe it my self until I tried accessing my newly reached site from a coffee net.
I have this in my .htaccess file. Am I missing something there?
RewriteEngine OnRewriteBase /
RewriteCond %{REQUEST_FILENAME}!-f
RewriteCond %{REQUEST_FILENAME}!-d
RewriteRule ^(.*)$ index.php/$1 [L]
RewriteCond %{REQUEST_URI}\\/%{HTTP_HOST}/www. ^/+(.+/)?[^.]*[^/]\\(/)([^w][^w][^w][^.].*/(www\.)¦.*)$ [OR,NC]
RewriteCond %{HTTP_HOST}/www. ^(/)?(/)?([^w][^w][^w][^.].*/(www\.))$ [NC]
RewriteRule ^ http://%4%{HTTP_HOST}%{REQUEST_URI}%2 [L,R=301]
DirectoryIndex index.php index.shtml index.html index.htm
Thank you
[edited by: jdMorgan at 12:36 am (utc) on Feb. 21, 2006]
[edit reason] De-linked [/edit]
Don't take it wrong way Jim, that was not a quote of mine, it was what they said.
------------
And I did try your final code, but unfortunately the same issue...
http://example.com/a/b
Redirects you to:
http://www.example.com//a/b//b
I'm stuck and don't know what to do :(
......
It it resolved?
If not, I think it's a lot quicker to fix it with the real domain name
and more details about the server setup, or better server access.
(I know you can't post the domain here, though.)
Strange things can happen FrontPage extension, other RewriteRule in server conf, or other modules.
And it's often pure waste of time to speculate with very limited information.