Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/plugins/avatarep.php on line 1102

Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /var/www/mybb-es.com/html/inc/class_language.php on line 201
redirecionar portal
Páginas (4):    1 2 3 4   
Gustavo R.   18 Jun, 2011, 6:05 pm
#11
o si quieres por medio de .htaccess
Agrega esto:
Redirect /ruta-vieja/ http://www.tuweb.com/ruta-nueva/

Y editalo
ronpsp   18 Jun, 2011, 6:12 pm
#12
<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ /foro/hurricane.php?q=$1 [L]

</IfModule>

que edito? y como sabe que es para el portal?¿
Gustavo R.   18 Jun, 2011, 6:26 pm
#13
agrega esto:
Redirect /portal.php/ http://www.tuweb.com/ruta-nueva/


Y pon la url del wordpress Tongue
ronpsp   18 Jun, 2011, 6:38 pm
#14
Entonces el portal.php lo dejo como antes de poner el otro codigo no? y en

Redirect /portal.php/ http://www.tuweb.com/ruta-nueva/

la url de wp seria : http://www.tuweb.com como lo dejaria entonces asi :

Redirect /portal.php/ http://www.tuweb.com
Gustavo R.   18 Jun, 2011, 10:35 pm
#15
Asi es
ronpsp   19 Jun, 2011, 5:23 am
#16
bour no me funciona

Código:
<IfModule mod_rewrite.c>

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f

RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ /foro/hurricane.php?q=$1 [L]

Redirect /portal.php/ http://wwx.miweb.com

</IfModule>
Omar G.   19 Jun, 2011, 5:37 am
#17
Intenta este:
Código PHP:
<?php 
Redirect
/portal.php http://www.tuweb.com/folder/pagina.html
ronpsp   19 Jun, 2011, 5:53 am
#18
Nada sigue sin aparecerme ;S

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [no address given] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

me ponia eso! al cambiarlo
ronpsp   19 Jun, 2011, 3:38 pm
#19
Por favor necesito solucionar esto.

GRACIAS!
Gustavo R.   19 Jun, 2011, 5:19 pm
#20
Hmm, es que no recuerdo como era exactamente el codigo para el htaccess.
Pero busca en google seguro lo encontraras:
http://www.google.com/search?q=redirecci...8&oe=utf-8
Páginas (4):    1 2 3 4   
  
Powered By MyBB, © 2002-2024 MyBB Group.
Made with by Curves UI.