Cant access any subdirectories on my site.

Discussion in 'Tips/Tricks/Mods' started by JoeJoe, Sep 27, 2006.

  1. JoeJoe

    JoeJoe New Member

    I have just installed ispconfig everything seems to be running fine. I am trying to install Wordpress, and i have tried everything.. i just cant access the install.php file as i am supposed to.
    This is really frustrating.. i am realy hoping someone can help?
     
  2. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    Send more info, cant you upload the file? cant you run it?
     
  3. JoeJoe

    JoeJoe New Member

    Its realy hard to explain the problem,.. because i cant see what i am doing wrong.

    when i log in with my ftp i am presented to folders in which i can upload the sites content. I am not sure which one am supposed to upload into.. in order to access the content from a browser.
    So i've uploaded everything into a folder called web? is this right?
    The wordpress readme says i should put the content in the public html root folder on my webserver? where exactly would that be?

    I am not sure..if thats enough info!!!
     
  4. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    Check:

    - When you log in to ftp you see only one folder: "web"?
    - Did you check the "administrator" checkbox in your ftp user configuration under ispconfig ?
    - Are you uploading the files on your correct user/site ?
     
  5. JoeJoe

    JoeJoe New Member

    - No i see.. cgi-bin, ftp, log, phptmp, ssl, user & web
    -am not sure.. where is this done. I have no ftp user config
    -yes.. i only have one site on the server
     
  6. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

  7. JoeJoe

    JoeJoe New Member

  8. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

  9. JoeJoe

    JoeJoe New Member

    I get an annoying "It works"
     
  10. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    "annoying" ??? isnt it your index.htm page? if its not, then, you are browsing to another place :p
     
  11. JoeJoe

    JoeJoe New Member

    how is this? i can find any index on my web folder,.. if i did i'd delete it!!
    also how come i have error & stats folders in my web folder,.. i cant delete them!! do u have any idea.. whats going on ?
     
  12. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    try to ping the address your are writing on your explorer to see if it goes to your server IP.

    The error and stats folders are created by ISPConfig to save error pages and stats (obviously).

    The "It works" file must be your /web/index.html o /web/index.htm file.
     
  13. edge

    edge Active Member Moderator

    It's the standard Apache page you are looking at I think..

    The standard ISPconfig page should look like:

    Did you set the DNS, and or create the site in ISPconfig?
     
    Last edited: Sep 28, 2006
  14. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    Yes, everything seems to be right on ISPConfig, but the apache server is showing the default page, check your httpd.conf file, look if there is the virtualhosts ispconfig's include.
     
  15. fobicodam

    fobicodam ISPConfig Developer ISPConfig Developer

    Till, check for future versions, a cron job or some manual switch to check every include on every config file.. it seems to be a common error.
     
  16. JoeJoe

    JoeJoe New Member

    Yes,. i've created the site in ispconfig and set the dns aswell. When i ping my domaine i pick up the right IP
     
  17. JoeJoe

    JoeJoe New Member

    I used the perfect setup on madreke free adition,.. and it has a daily update cron running. shouldnt that be enough?

    As you can tell am very new to this,... i appreaciate your help guys.

    But is this a server error or sumthing am doing wrong in ispconfig ?

    cheers!
     
  18. edge

    edge Active Member Moderator

    Are you doing this within you local LAN?

    If so, when pinging your domain, are you seeing the LAN IP or WAN IP?

    If you see the WAN IP (as it should) , add the local IP (LAN) of your server and domainname that is causing the problem to your hosts file. (make sure you restart your web browsers to read the new 'hosts' file)

    I'm about 90% sure that when someone is accessing the domain from outside your LAN that it is working okay! (maybe call a friend and see if he can access the correct site)
     
    Last edited: Sep 28, 2006
  19. falko

    falko Super Moderator ISPConfig Developer

    I think edge is right, and I guess you use the wrong IP address in ISPConfig. What's the output of
    Code:
    ifconfig
    , and what's in your Vhosts_ispconfig.conf?
     
  20. JoeJoe

    JoeJoe New Member

    eth0 Link encap:Ethernet HWaddr 00:04:76:0F:40:30
    inet addr:192.168.1.100 Bcast:192.168.1.255 Mask:255.255.255.0
    inet6 addr: fe80::204:76ff:fe0c:4032/64 Scope:Link
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    RX packets:10538 errors:0 dropped:0 overruns:0 frame:0
    TX packets:10847 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:1000
    RX bytes:1197751 (1.1 MiB) TX bytes:2001514 (1.9 MiB)
    Interrupt:10 Base address:0x3400

    eth0:0 Link encap:Ethernet HWaddr 00:04:76:0C:40:32
    inet addr:192.168.1.101 Bcast:192.168.1.255 Mask:255.255.255.0
    UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
    Interrupt:10 Base address:0x3400

    lo Link encap:Local Loopback
    inet addr:127.0.0.1 Mask:255.0.0.0
    inet6 addr: ::1/128 Scope:Host
    UP LOOPBACK RUNNING MTU:16436 Metric:1
    RX packets:779 errors:0 dropped:0 overruns:0 frame:0
    TX packets:779 errors:0 dropped:0 overruns:0 carrier:0
    collisions:0 txqueuelen:0
    RX bytes:46728 (45.6 KiB) TX bytes:46728 (45.6 KiB)

    &

    i cant seem to find a Vhosts_ispconfig.conf file
     

Share This Page