Forum Moderators: open
The reason? Its cleaner for advertising, easier to tell people, easier for users` to input.
What should I do?
Thanx in advance, Wayne
Yes, Im trying to direct keitai browsers example.net/mobile to the mobile/index.html file.
The Vodafone redirects automatically. The Docomo phone shows a 301 then gets to the site. Message in Japanese saying site moved.
I do get a redirect but want to loose the Docomo 301 site moved message.
Server-side? Thru Control Panel? I tried a redirect thru both CP and htaccess but get long lines of index.htmlindex.html....
htaccess and CP redirects work for other web browser redirects OK.
Anymore ideas?
Regards, Wayne in Fukuoka
[edited by: tedster at 9:22 am (utc) on Sep. 15, 2004]
[edit reason] use example.com [/edit]
How exactly are you redirecting visitors now?
What have you tried in .htaccess?
Why would it be repeating the index.html call?
Wayne
[edited by: BlobFisk at 1:06 pm (utc) on Sep. 15, 2004]
[edit reason] Spaces added to remove sidescroll [/edit]
Does this show why I would have got that index.htmlindex.htmlindex.htmlindex.htmlindex.htmlindex.htmlindex.htmlindex.htmlindex.htmlindex.htmlindex.html mess?
Thanx again & Regards, Wayne
[edited by: tedster at 5:32 pm (utc) on Sep. 15, 2004]
I don't recognise the syntax your using but aybe you need something like:
Redirect 301 /mobile$ http:example.net/mobile/index.html
or:
Redirect 301 /mobile/?$ http:example.net/mobile/index.html
[edited by: tedster at 5:33 pm (utc) on Sep. 15, 2004]
[edit reason] please, use example.net [/edit]