Planing to use google aaps with hosting Account..

Status
Not open for further replies.

ranjeetm

New Member
Messages
13
Reaction score
0
Points
0
Hello Friends I am planning to use googleaaps with the hosting account..
but i have a few question before that
I want some redirections for that i tried but some are working and others are not..
I want this kind of redirection
mail.mydomain.com--> my google apps mail link will (get CANME for that)
mydomain.com/mail--> my google apps mail link (work with the redirects)
mydomain.com/Mail--> my google apps mail link (not working how to do this)
I am concerned about that capital M and all other combination like MAil, MAIl, mAil how to get that worked out any idea...
this all are not working :happysad:
Thanks in advance..
 

zubair12

Banned
Messages
631
Reaction score
0
Points
0
these all will never work. You must use only lower case letters. If you want to make this possible you have to add dir named Mail and then create index.php in it which redirct to google apps.. The index.php should be like this.....

Code:
<?
Header( "HTTP/1.1 301 Moved Permanently" );
Header( "Location: http://www.new-url.com" );
?>
 
Last edited:

ranjeetm

New Member
Messages
13
Reaction score
0
Points
0
But I have seen them all working...

For ex. look
yahoo.com/MAIl
yahoo.com/mail
yahoo.com/Mail

All of them point to same page...:naughty:

hey zubair you live in shahdara i also live in shahdara but mine is Indian LOL
 
Last edited:

zubair12

Banned
Messages
631
Reaction score
0
Points
0
hey good to see you here...lol

May be there is another way to done this but the method i tell you is also quite easy.....
ypu have to create desire folders in public_html and copy the same index file in those folders.
 

zubair12

Banned
Messages
631
Reaction score
0
Points
0
In x10hosting cpanel there is redirect option:

There is simplest way and working for me see image
 

Attachments

  • 1.JPG
    1.JPG
    38.5 KB · Views: 82
  • 2.JPG
    2.JPG
    84.6 KB · Views: 44
Last edited:
Status
Not open for further replies.
Top