es simple mente eso pero no se como areglarlo, es rraro por que creo esta todo bien .
al clikear un link .html me redirecciona al archivo que deveria ir en php
.htaccess
Código PHP:
Options +FollowSymLinks
RewriteEngine On
RewriteRule index.html$ http://www.animalesgratis.com/video/index.php
RewriteRule search-input.html$ http://www.animalesgratis.com/video/index.php?action=simulation
RewriteRule search/video/(.*)/page-(.*).html$ http://www.animalesgratis.com/video/index.php?video=$1&page=$2
RewriteRule view/video/(.*)/(.*).html$ http://www.animalesgratis.com/video/index.php?video_id=$1
RewriteRule player.swf$ js/player.swf
RewriteRule play,(.*),(.*),(.*).flv$ http://youtube.com/get_video.php?video_id=$1&t=$2&l=$3
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