Ver Mensaje Individual
  #3 (permalink)  
Antiguo 14/10/2013, 02:38
byggswedten
 
Fecha de Ingreso: octubre-2013
Ubicación: Märsta
Mensajes: 10
Antigüedad: 10 años, 6 meses
Puntos: 0
Respuesta: Problema con mi pagina web no muestra el contenido

Hice los cambios recomendados. y sigue igual no aparece el contenido de la pagina solo aparece las imagenes pero no los links que se llama a travez del config.inc.php.
como inquietud pregunto si podria algo que ver el .htaccess en todo esto aca mando tambien el archivoreferido.
gracias de antemano por la ayuda solicitada.
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