index.html - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: Usage (/forum-34.html) +--- Thread: index.html (/thread-1687.html) |
RE: index.html - scoutsniper - 11-05-2007 08:09 PM I understand to make backup of ispcp.conf ? and del from there this line right? Now i will try! RE: index.html - scoutsniper - 11-05-2007 09:27 PM Look now what going on: i1:~# /etc/init.d/apache2 restart Forcing reload of web server (apache2).../etc/init.d/apache2: line 78: kill: (22589) - No such process Syntax error on line 168 of /etc/apache2/sites-enabled/ispcp.conf: Invalid command '*.coolside.org', perhaps misspelled or defined by a module not included in the server configuration failed! First time it start and subdomains work from 1 time it STOP. P.s: I fix this but one problem is steel there . When i del files from newly create sub it return 404 then i put my index and is steel 404.... P.S 2 : Now when i uploud to htdocs any index to any domain only return 404 RE: index.html - joximu - 11-05-2007 10:48 PM Ok, the ServerAlias line is now like this? Code: ServerAlias www.coolsite.org coolsite.org /J RE: index.html - scoutsniper - 11-05-2007 11:09 PM Yes it start corectly but look now... Server alias is right.From here OK now.. I del index.html and images folder from coolside by ftp - It del it -OK If i uploud new index it return me 404...Index content is <?php echo("Test"); ?> but return me 404. I try to 3 domains it's same .... Can u help me Thanks in advance Sry for my bad english RE: index.html - joximu - 11-06-2007 01:02 AM Hi scoutsniper what sort of files do you upload with FTP? It's important that the file has a filename extension (.php, .html, .htm or whatever - images have .gif or .jpg...). I see, there is something on http://www.coolside.org/index but if you want to have something on http://www.coolside.org/ you need a index.html, index.cgi or index.php (or some others - it's configured in apache): Code: mods-enabled/dir.conf: DirectoryIndex index.html index.cgi index.pl index.php index.xhtml note: the extension is important - even if maybe your windows hides any file extension from you... /J Update: in your case a index.html would fit - the others are for php and other scripts... RE: index.html - scoutsniper - 11-06-2007 03:11 AM No it no index anything only : Error 403! / Forbidden! When i open by ftp the file index.php is there... RE: index.html - joximu - 11-06-2007 03:13 AM http://www.coolside.org/index what's this? It's the same as http://www.coolside.org/index.htm RE: index.html - scoutsniper - 11-06-2007 03:23 AM UPD:This http://coolside.org/index is need to index on go6ko.coolside.org not from coolside.org And By ftp file is there by browser Error 403! RE: index.html - scoutsniper - 11-06-2007 04:50 AM My mistake Thanks to all. AnYThInG Is Ok ThAnKs A L0T RE: index.html - BeNe - 11-06-2007 05:32 AM So can i close this Thread here ? Greez BeNe |