View Full Version : Cant access any subdirectories on my site.
JoeJoe
27th September 2006, 16:11
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?
fobicodam
27th September 2006, 19:55
Send more info, cant you upload the file? cant you run it?
JoeJoe
28th September 2006, 15:51
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!!!
fobicodam
28th September 2006, 15:57
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 ?
JoeJoe
28th September 2006, 16:50
- 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
fobicodam
28th September 2006, 16:54
Ok, then you are fine with config.
When you upload inside the web folder the program, go to http://yourserver.com/install.php
What does it say?
JoeJoe
28th September 2006, 17:24
i´ve uploaded into the web folder. i then go to http://server.com/wp-admin/install.php (the file is inside the wp-admin folder)
i get.. Object not found.. error 404
fobicodam
28th September 2006, 17:34
so, the file does not exists... what if you call the root? http://yourserver.com ? what do you get?
JoeJoe
28th September 2006, 17:45
I get an annoying "It works"
fobicodam
28th September 2006, 18:04
"annoying" ??? isnt it your index.htm page? if its not, then, you are browsing to another place :-P
JoeJoe
28th September 2006, 18:12
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 ?
fobicodam
28th September 2006, 18:20
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.
edge
28th September 2006, 18:21
It's the standard Apache page you are looking at I think..
The standard ISPconfig page should look like:
Welcome to www.your-website-url!
This is the standard index of your website. You can easily delete it or replace it with another file. This is the index.html file in the web directory.
For questions or problems please contact the server administrator.
Did you set the DNS, and or create the site in ISPconfig?
fobicodam
28th September 2006, 18:41
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.
fobicodam
28th September 2006, 18:43
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.
JoeJoe
28th September 2006, 20:22
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?
Yes,. i've created the site in ispconfig and set the dns aswell. When i ping my domaine i pick up the right IP
JoeJoe
28th September 2006, 20:26
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.
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!
edge
28th September 2006, 20:41
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)
falko
28th September 2006, 21:18
It's the standard Apache page you are looking at I think..
I think edge is right, and I guess you use the wrong IP address in ISPConfig. What's the output of ifconfig, and what's in your Vhosts_ispconfig.conf?
JoeJoe
29th September 2006, 11:52
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
JoeJoe
29th September 2006, 11:56
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)
I am pingin from outside,.. and i get a WAN ip.
Doesn't work from anywhere!
falko
29th September 2006, 14:21
[QUOTE=JoeJ
i cant seem to find a Vhosts_ispconfig.conf file[/QUOTE]
You can search for it:
updatedb
locate Vhosts_ispconfig.conf
edge
29th September 2006, 15:09
I told you.. I can access your site ok!
You better fix it before someone else will set it up for you!
http://www.showthatimage.com/vip/00223231/oops1.gif
and
http://www.showthatimage.com/vip/00223231/oops2.gif
JoeJoe
29th September 2006, 15:23
thats ambaresing...:o
How?
when?
Never mind,.. im over the hurdle,.. cheers guys!
I think .. clearing the cache helped,.. if enything is to be learned from this!:rolleyes:
vBulletin® v3.8.7, Copyright ©2000-2013, vBulletin Solutions, Inc.