Hello

I hope this is the best place to post this request.

Now, pointing a domain name (using gandi.net) such as (1a) tokyoprogressive.info to (1b) tokyoprogressive.org.uk or (2a) gale-sig.org to (2b)tokyoprogressive.org.uk/gale (a website I also own) results in people seeing the 1a or 2a all the time.

What I really want them to see is tokyoprogressive.info/filename or
gale-sig.org/filename. Not just the TLD.

I asked my provider and they told me how to modify gandi's records to use their dns. Now I get a redirect.

People see 1b or 2b. Which is just a new problem.



My hosting provider will only tell me to use htaccess file or
">You should be able to set this up using the Cpanel rewrites rules option".
They gave me references that may be understandable to pros but total confusion to me since they are general and do not tell me if or what I need to change. And then if I ask HOW to implement the changes, they say it is beyond the scope of their support since the server is working ok.


I have not yet set gandi for the redirect for gale-sig.org because current users will be inconvenienced, but I HAVE done it for tokyoprogressive.info because it is a spare domain I can fool around with.



I am not even sure the htaccess file IS the issue.

What is in it now is--->


This is what is in the file now

RewriteEngine on
# -FrontPage-
IndexIgnore .htaccess */.??* *~ *# */HEADER* */README* */_vti*
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName gale-sig.org
AuthUserFile /home/tokyo/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/tokyo/public_html/_vti_pvt/service.grp

RewriteCond %{HTTP_HOST} ^tokyoprogressive.info$ [OR]
RewriteCond %{HTTP_HOST} ^www.tokyoprogressive.info$
RewriteRule ^(.*)$ "http\:\/\/tokyoprogressive\.org\.uk" [R=301,L]

:sshocked::shuh::shuh:
(In my SUBDOMAINS AND PARKED DOMAINS things appear to set up.
For example, gale.tokyoprogressive.org.uk is actually tokyoprogressive.org.uk/gale)

Can anyone tell me how it should look (or, if it is something else I need to change) so that a user types

gale-sig.org and SEES the same, while the
actual address being accessed is http://tokyoprogressive.org.uk/gale/filename

AND

type if he or she types
http://tokyoprogressive.info/filename, they see exactly that, while
the actual location being accessed is http://tokyoprogressive.org.uk/filename.

I hope my question is appropriate for this forum and thank you in advance.

paul