I cant get into my web page

Discussion in 'General' started by grezer, May 20, 2008.

  1. grezer

    grezer New Member

    Ok, First I have used ISPconfig before with no issues, but for some reason on my new server its just not working. I have followed all the advs that I can find but its still not working, the only thing that is diffrent is that I am working at home and not at my Job like I was before. So I am behind a NAT network, I can access my ISPconfig at https://192.168.0.4:81 just fine. but when I try and get into my account (username : web1_admin ) it gives me a 404 error page not found, what am I doing wrong !!
     
  2. vogelor

    vogelor New Member


    Are you sure, that your IP is 192.168.x.x? this is not a external IP, it is only a IP for internal use (not routable "outside" your Subnet)?
     
  3. grezer

    grezer New Member

    RE : I cant Get Into my web page

    Yes, very sure, I staticly Assigned that IP to my server behind my router. I dont have a firewall up currently ... and I am not sure why its not working
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Were do you try to login with the username web1_admin ? and wirh which service do you try to login, FTP, pop3, IMAP, smtp?
     
  5. grezer

    grezer New Member

    RE I cant get into my web pages

    Till,

    I can FTP just fine, I can see the files in there just fine, but when I try and set up my web page ( CMS ) for Coppermine I am getting a access 404 Error

    The static IP for my server is 192.168.0.4 the domain name is bruce.hobby-site.com. So I try this http://bruce.hobby-site.com/~web1_admin/web/index.php, I have done this before and it seemed to work just fine, but for somereason on my new server it wont do it so, I then tried to use the router IP, the same way, and thats not working.

    IM LOST :eek:
     
  6. falko

    falko Super Moderator Howtoforge Staff

    Does /var/www/web1/user/web1_admin/web/index.php exist?
     
  7. grezer

    grezer New Member

    Falco, Yes, here is a copy that is in the coppermine folder, when I try and get into http://bruce.hobby-site.com/~web1_admin/web/cpg1418/index.php I get a The requested URL '/~web1_admin/web/cpg1418/install.php' was not found on this server, could it be permissions ??


    bruce@server4:/var/www/web1/user/web1_admin/web/cpg1418$ dir
    addfav.php exifmgr.php plugins
    addpic.php faq.php profile.php
    admin.php forgot_passwd.php ratepic.php
    albmgr.php getlang.php README.txt
    albums groupmgr.php register.php
    anycontent.php image_processor.php relocate_server.php
    banning.php images report_file.php
    bridge include reviewcom.php
    bridgemgr.php index.php scripts.js
    calendar.php installer.css searchnew.php
    catmgr.php install.php search.php
    CHANGELOG keyword_create_dict.php showthumb.php
    charsetmgr.php keywordmgr.php sql
    config.php keyword_select.php stat_details.php
    COPYING lang themes
    db_ecard.php login.php thumbnails.php
    db_input.php logout.php update.php
    delete.php logs upgrade-1.0-to-1.2.php
    displayecard.php minibrowser.php upload.php
    displayimage.php mode.php usermgr.php
    displayreport.php modifyalb.php util.php
    docs phpinfo.php versioncheck.php
    ecard.php picEditor.php viewlog.php
    editOnePic.php picmgr.php xp_publish.php
    editpics.php pluginmgr.php zipdownload.php
     
  8. falko

    falko Super Moderator Howtoforge Staff

    What's the output of
    Code:
    ls -la /var/www/web1/user/web1_admin/web/cpg1418
    ?
     
  9. grezer

    grezer New Member

    Falco,

    Here is the output for ls -la /var/www/web1/user/web1_admin/web/cpg1418


    ls -la /var/www/web1/user/web1_admin/web/cpg1418
    total 1552
    drwxr-xr-x 12 bruce bruce 4096 2008-04-14 03:49 .
    drwxrwxr-x 3 web1_admin web1 4096 2008-05-19 23:48 ..
    -rw-r--r-- 1 bruce bruce 3000 2008-04-14 03:47 addfav.php
    -rw-r--r-- 1 bruce bruce 2380 2008-04-14 03:47 addpic.php
    -rw-r--r-- 1 bruce bruce 35070 2008-04-14 03:47 admin.php
    -rw-r--r-- 1 bruce bruce 15831 2008-04-14 03:47 albmgr.php
    drwxrwxrwx 4 bruce bruce 4096 2008-05-19 23:48 albums
    -rw-r--r-- 1 bruce bruce 1460 2008-04-14 03:47 anycontent.php
    -rw-r--r-- 1 bruce bruce 15620 2008-04-14 03:47 banning.php
    drwxr-xr-x 2 bruce bruce 4096 2008-05-19 23:48 bridge
    -rw-r--r-- 1 bruce bruce 74166 2008-04-14 03:47 bridgemgr.php
    -rw-r--r-- 1 bruce bruce 17157 2008-04-14 03:47 calendar.php
    -rw-r--r-- 1 bruce bruce 20582 2008-04-14 03:47 catmgr.php
    -rw-r--r-- 1 bruce bruce 45770 2008-04-14 03:47 CHANGELOG
    -rw-r--r-- 1 bruce bruce 12070 2008-04-14 03:47 charsetmgr.php
    -rw-r--r-- 1 bruce bruce 1445 2008-04-14 03:47 config.php
    -rw-r--r-- 1 bruce bruce 32079 2008-04-14 03:47 COPYING
    -rw-r--r-- 1 bruce bruce 13360 2008-04-14 03:47 db_ecard.php
    -rw-r--r-- 1 bruce bruce 23312 2008-04-14 03:47 db_input.php
    -rw-r--r-- 1 bruce bruce 38067 2008-04-14 03:47 delete.php
    -rw-r--r-- 1 bruce bruce 2617 2008-04-14 03:47 displayecard.php
    -rw-r--r-- 1 bruce bruce 15811 2008-04-14 03:47 displayimage.php
    -rw-r--r-- 1 bruce bruce 3434 2008-04-14 03:47 displayreport.php
    drwxr-xr-x 4 bruce bruce 4096 2008-05-19 23:48 docs
    -rw-r--r-- 1 bruce bruce 13290 2008-04-14 03:47 ecard.php
    -rw-r--r-- 1 bruce bruce 19835 2008-04-14 03:47 editOnePic.php
    -rw-r--r-- 1 bruce bruce 29390 2008-04-14 03:47 editpics.php
    -rw-r--r-- 1 bruce bruce 4434 2008-04-14 03:47 exifmgr.php
    -rw-r--r-- 1 bruce bruce 2410 2008-04-14 03:47 faq.php
    -rw-r--r-- 1 bruce bruce 7094 2008-04-14 03:47 forgot_passwd.php
    -rw-r--r-- 1 bruce bruce 1823 2008-04-14 03:47 getlang.php
    -rw-r--r-- 1 bruce bruce 19712 2008-04-14 03:47 groupmgr.php
    -rw-r--r-- 1 bruce bruce 41307 2008-04-14 03:47 image_processor.php
    drwxr-xr-x 4 bruce bruce 4096 2008-05-19 23:48 images
    drwxrwxrwx 3 bruce bruce 4096 2008-05-19 23:48 include
    -rw-r--r-- 1 bruce bruce 40838 2008-04-14 03:47 index.php
    -rw-r--r-- 1 bruce bruce 3686 2008-04-14 03:47 installer.css
    -rw-r--r-- 1 bruce bruce 27689 2008-04-14 03:47 install.php
    -rw-r--r-- 1 bruce bruce 2792 2008-04-14 03:47 keyword_create_dict.php
    -rw-r--r-- 1 bruce bruce 6349 2008-04-14 03:47 keywordmgr.php
    -rw-r--r-- 1 bruce bruce 3752 2008-04-14 03:47 keyword_select.php
    drwxr-xr-x 2 bruce bruce 4096 2008-05-19 23:48 lang
    -rw-r--r-- 1 bruce bruce 5489 2008-04-14 03:47 login.php
    -rw-r--r-- 1 bruce bruce 1414 2008-04-14 03:47 logout.php
    drwxr-xr-x 2 bruce bruce 4096 2008-05-19 23:48 logs
    -rw-r--r-- 1 bruce bruce 9776 2008-04-14 03:47 minibrowser.php
    -rw-r--r-- 1 bruce bruce 1720 2008-04-14 03:47 mode.php
    -rw-r--r-- 1 bruce bruce 22917 2008-04-14 03:47 modifyalb.php
    -rw-r--r-- 1 bruce bruce 1826 2008-04-14 03:47 phpinfo.php
    -rw-r--r-- 1 bruce bruce 28707 2008-04-14 03:47 picEditor.php
    -rw-r--r-- 1 bruce bruce 16096 2008-04-14 03:47 picmgr.php
    -rw-r--r-- 1 bruce bruce 14265 2008-04-14 03:47 pluginmgr.php
    drwxr-xr-x 3 bruce bruce 4096 2008-05-19 23:48 plugins
    -rw-r--r-- 1 bruce bruce 20647 2008-04-14 03:47 profile.php
    -rw-r--r-- 1 bruce bruce 5079 2008-04-14 03:47 ratepic.php
    -rw-r--r-- 1 bruce bruce 12770 2008-04-14 03:47 README.txt
    -rw-r--r-- 1 bruce bruce 16547 2008-04-14 03:47 register.php
    -rw-r--r-- 1 bruce bruce 1500 2008-04-14 03:47 relocate_server.php
    -rw-r--r-- 1 bruce bruce 14814 2008-04-14 03:47 report_file.php
    -rw-r--r-- 1 bruce bruce 10913 2008-04-14 03:47 reviewcom.php
    -rw-r--r-- 1 bruce bruce 5209 2008-04-14 03:47 scripts.js
    -rw-r--r-- 1 bruce bruce 26776 2008-04-14 03:47 searchnew.php
    -rw-r--r-- 1 bruce bruce 5963 2008-04-14 03:47 search.php
    -rw-r--r-- 1 bruce bruce 4428 2008-04-14 03:47 showthumb.php
    drwxr-xr-x 2 bruce bruce 4096 2008-05-19 23:48 sql
    -rw-r--r-- 1 bruce bruce 11227 2008-04-14 03:47 stat_details.php
    drwxr-xr-x 12 bruce bruce 4096 2008-05-19 23:48 themes
    -rw-r--r-- 1 bruce bruce 10279 2008-04-14 03:47 thumbnails.php
    -rw-r--r-- 1 bruce bruce 6930 2008-04-14 03:47 update.php
    -rw-r--r-- 1 bruce bruce 3112 2008-04-14 03:47 upgrade-1.0-to-1.2.php
    -rw-r--r-- 1 bruce bruce 100155 2008-04-14 03:47 upload.php
    -rw-r--r-- 1 bruce bruce 37791 2008-04-14 03:47 usermgr.php
    -rw-r--r-- 1 bruce bruce 25616 2008-04-14 03:47 util.php
    -rw-r--r-- 1 bruce bruce 337485 2008-04-14 03:47 versioncheck.php
    -rw-r--r-- 1 bruce bruce 4032 2008-04-14 03:47 viewlog.php
    -rw-r--r-- 1 bruce bruce 31374 2008-04-14 03:47 xp_publish.php
    -rw-r--r-- 1 bruce bruce 2002 2008-04-14 03:47 zipdownload.php
     
  10. falko

    falko Super Moderator Howtoforge Staff

    Looks ok. Can you post the vhost configuration of that web site?
     

Share This Page