PDA

View Full Version : seeing databases


StregaOne
8-1-04, 04:45 AM
ok i got so i can get into admin.php for my main site... i have 2 other setups on subdirectories... when i try to access them i only get the main site...

how do i get it to see them... i added the .htaccess file but doesnt seem to make any difference....

help?????

thanks
strega

NMS
8-1-04, 04:56 AM
We need more info to be able to help you. What is the subject, errors etc??

StregaOne
8-1-04, 04:58 AM
i am not getting any errors... but when i try to access
www.urth.ancientwaysms.com/admin.php
i only get www.ancientwayms.com/admin.php

it does not see them as seperate set ups


does that make sense?

strega

NMS
8-1-04, 05:08 AM
post a copy of the htaccess

StregaOne
8-1-04, 05:44 AM
RewriteEngine On
Options +FollowSymlinks
RewriteBase /

RewriteCond %{HTTP_HOST} Urth.ancientwaysms.com
RewriteCond %{REQUEST_URI} !urth/
RewriteRule ^(.*)$ urth/$1 [L]
RewriteCond %{HTTP_HOST} EleahOTerra.ancientwaysms.com
RewriteCond %{REQUEST_URI} !EleahOTerra/
RewriteRule ^(.*)$ EleahOTerra/$1 [L]

HalfaBee
8-1-04, 05:49 AM
Remember everything is case sesnsitive.

StregaOne
8-1-04, 06:07 AM
ok i see where i missed a cap on urth... but the others are correct

StregaOne
8-1-04, 06:56 AM
ok i fixed the case sensitive part... but it still sees all the databases as the same when i log into any of my admin.php sites.