PDA

View Full Version : www.website.com/sohoadmin not showing


R-n-R
09-07-2004, 02:57 AM
OK, when I go to http://sohodemo.anydomain.com/sohoadmin/

THe link isnt coming up at all. However all the files are still in the "/sohoadmin" directory that should be there.

christobal
09-07-2004, 05:35 AM
OK, when I go to http://sohodemo.anydomain.com/sohoadmin/

THe link isnt coming up at all. However all the files are still in the "/sohoadmin" directory that should be there.
Try adding /sohoadmin/index.php

Cameron Allen
09-07-2004, 06:16 AM
Double check your httpd.conf or srm.conf which ever you use. Make sure that the domain is pointed to the correct place. An easy way to test this is to create an html page in dreamweaver or ultraedit or even notepad, and save it as index.html. Place the index.html in your docroot. Then try accessing your index.html. If you can't than reconfigure your httpd.conf or srm.conf. If you can let me know so I can help you trouble shoot this.

R-n-R
09-07-2004, 10:47 AM
AH!!! I found the problem. First for those that might have same problem in future, here is a little more background to this problem.

When Pro was first installed on this domain, I was operating Linux RedHat 7.3 with Ensim Pro Contol Panel, version 3.5.20

Then I upgrade the control panel and my version of Ensim to Ensim Pro 4.0.1 and Fedora 1

Funny thing is now any sub directory MUST cary the trailing "/" in the URL.

Example before upgrade I can excess the control panel via a URL like this:
http://sohodemo.anydomain.com/sohoadmin
But AFTER the upgrade I have to access the sohoadmin log-in page using
http://sohodemo.anydomain.com/sohoadmin/ The trailing "/" slash HAS to be there.Funny thing is I put the trailing slash in my example url in the opening post, but I didnt use it when using my browser to access it.

Also I have noticed you have to use the trailing "/" ONLY on sites that was involved in the upgrade. (They where on the server during the time of the upgrade) All sites I have added after the upgrade does NOT require the trailing "/" (from what I have seen so far)INTERSTING to say the least.

Now on to the next fire......... :p

Ruben
09-07-2004, 06:08 PM
thanks for sharing this info R-n-R (as im an ensim user myself)