Página 1 de 1

Pregunta acerca del index.php

Publicado: 12 Oct 2004, 07:53
por -=-NeO-=-
Ola.
Soy administrador del sitio www.laq.cl y tenemos un problema con los redireccionamientos de las paginas.
El index.php esta relacionado con la pagina del foro, asi q cuando uno entra al portal entra directamente al foro sin pasar por el portal, el cual su pagina es portal.php, estamos con el phpBB2 Plus 1.52 el cual hizo la instalacion del index.php(del foro) y la del portal en la raiz del servidor, me gustaria saber si hay algun manager que se pueda utilizar para poder arreglar esto o alguna manera de redireccionarlo y dejar portal.php como index, para no editar el codigo y llevarlo a algun error. Y lo ultimo el calendario se deformo.... alguna forma de arreglarlo..
de antemano gracias.

Publicado: 12 Oct 2004, 13:26
por ThE KuKa
Hola,

Lee esto:

Código: Seleccionar todo

#
# HOW TO MAKE YOUR WEBSITE OPEN TO FILE portal.php INSTEAD OF index.php ?
# You can use one of the following methods! Lots of luck!
#
#
# o Method 1: (for Apache server)
#	create/modify file .htaccess in phpBB root directory
#	add/edit this line:
#
#	DirectoryIndex index.html index.htm portal.php index.php
#
#
# o Method 2: {use META tag - if you cannot apply the 1st method)
#	create file index.html in phpBB root directory (without #)
#
#	<html>
#	<head>
#	<title>Redirecting...</title>
#	<meta http-equiv="refresh" content="0;url=portal.php">
#	</head>
#	<body>
#	</body>
#	</html>
#
#	if your phpBB was placed in a subdirectory to the
#	webroot, like: http://something.com/forum
#	you could create index.html in the webroot and modify the
#	line 4 to <meta http-equiv="refresh" content="0;url=forum/portal.php">
#
#
# o Method 3: I think maybe you can find out method 3 yourself ;) like JavaScript, etc.
#
#--------------------------------------------------------------------
S@lu2

Re: Pregunta acerca del index.php

Publicado: 17 Oct 2004, 11:32
por -=-NeO-=-
otra pequeí?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?Â?í?±a pregunta... porq el calendario se deforma..

de antemano gracias.