17/10/2013, 01:18
|
| | Fecha de Ingreso: octubre-2013 Ubicación: Märsta
Mensajes: 10
Antigüedad: 11 años, 4 meses Puntos: 0 | |
Respuesta: Problema con mi pagina web no muestra el contenido trate de las dos formas pero no funciona sigue igual... como antecedente quiero informarles que la pagina funcionaba perfectamente.... fue cuando cambie a otro dominio fue cuando dejo de funcionar despues de unos dos meses mas o menos... mi pregunta es si tiene que ver algo el .htaccess en todo esto. para esto envio la configuracion tambien de esto
RewriteEngine on
#Options +Indexes +MultiViews +FollowSymlinks
#IndexOptions FancyIndexing
#IndexIgnore *
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?lk=$1 [NC,L]
RewriteRule ^(.*)/(.*)(.htm)$ index.php?lk=$1&cod=$2 [NC,L]
RewriteRule ^(.*)/tag/(.*)$ index.php?lk=videos/search&op=$1&tag=$2 [L]
#RewriteRule ^([0-9]+)/video/(.*)/(.*).html$ video.php?op=$1&tag=$2&video=$3 [L]
#RewriteRule ^([0-9]+)/tag/(.*)/([0-9]+).html$ index.php?op=$1&tag=$2&page=$3 [L]
#RewriteRule ^([0-9]+)/tag/(.*).html$ index.php?op=$1&tag=$2 [L]
ErrorDocument 404 /404.html
#<Limit GET>
#order allow,deny
#deny from 128.23.45.
#deny from 207.158.255.213
#allow from all
#</Limit>
#RewriteCond %{HTTP_HOST} gentetv.dactualidad.com$
#RewriteCond %{REQUEST_URI} !gentetv/
#RewriteRule ^(.*)$ gentetv/$1
#RewriteCond %{REQUEST_FILENAME} \.(png|gif|jpeg|JPG|jpg)$ [NC]
#RewriteCond %{HTTP_REFERER} !^$
#RewriteCond %{HTTP_REFERER} !dactualidad\.com [NC]
#RewriteCond %{HTTP_REFERER} !feedburner\.com [NC]
#RewriteCond %{HTTP_REFERER} !bloglines\.com [NC]
#RewriteCond %{HTTP_REFERER} !google\. [NC]
#RewriteCond %{HTTP_REFERER} !search\?q=cache [NC]
#RewriteRule \.(jpg|gif|bmp|png)$ http://www.tudominio.com/nohotlink.jpeg [NC,L]
#deny all access
#deny from all
#allow from 192.168.0.0/24
agradezco de antemano todas las ayudas....
Luis |