Ver Mensaje Individual
  #7 (permalink)  
Antiguo 10/06/2008, 07:32
Avatar de hawaiian050
hawaiian050
 
Fecha de Ingreso: junio-2007
Mensajes: 285
Antigüedad: 16 años, 10 meses
Puntos: 2
Respuesta: Como hacer 2 POST y que no deje de funcionar uno

esta es la url: http://www.videofavorito.com/videos-...y-blupers.html

este es el .htaccess para que veas los archivos

Options FollowSymLinks
RewriteEngine On
RewriteRule ^enviar/$ /enviar.php?opc=enviar&sec=video [L]
RewriteRule ^([^/]*)\.html$ /index.php?categoria=$1 [L]
RewriteRule ^([^/]*)/([^/]*)\.html$ /index.php?categoria=$1&video=$2 [L]
RewriteRule ^([^/]*)/([^/]*)/comentarios-([^/]*)\.htm$ /index.php?categoria=$1&video=$2&_pagi_pg_dos=$3 [L]
RewriteRule ^favoritos/([^/]*)\/$ /favoritos.php?_pagi_pg=$1 [L]
RewriteRule ^favoritos/$ /favoritos.php?_pagi_pg=1 [L]
RewriteRule ^videos/([^/]*)\/$ /videos.php?_pagi_pg_dos=$1&videos=yes [L]
RewriteRule ^videos/$ /videos.php?_pagi_pg_dos=$1&videos=yes [L]
RewriteRule ^pagina/([^/]*)\/$ /index.php?_pagi_pg_dos=$1&videos=yes [L]
RewriteRule ^([^/]*)-([^/]*)\.htm$ /index.php?categoria=$1&_pagi_pg=$2 [L]

php_value register_globals Off
php_value output_buffering Off
php_value upload_max_filesize 100M
php_value post_max_size 100M
php_value safe_mode Off
php_value open_basedir Off
php_value allow_url_fopen On