http://www.genteca.com.ve/foro/
Everything works great but there is a little problem.
Go here:
http://www.genteca.com.ve/foro/topic1.html
and try to click where says: Índice del Foro Genteca.com.ve
Or in the big logo. Nothing happens.
All the links in the entire board that goes to the main index forum page does not work.
Another test:
http://www.genteca.com.ve/foro/search.php
click on: Índice del Foro Genteca.com.ve
Nothing happens.
Also when i am in the ACP and then i click on the forum index link nothing happens.
My .htacces is:
- Code: Select all
RewriteEngine On
RewriteBase /
#########################################################
# foro SEO REWRITE RULES #
#########################################################
# AUTHOR : DCZ http://www.foro-seo.com/
# STARTED : 01/2006
#####################################################
# FORUMS PAGES
########################
# FORUM INDEX (un-comment if used)
RewriteRule ^foro/index\.html$ foro/index.php [QSA,L]
# FORUM PROTECTION RULE
RewriteRule ^foro/.*/([^/]+\.html)$ foro/index.php [R=301,L]
# CATEGORIES
RewriteRule ^foro/.*-c([0-9]+)\.html$ foro/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^foro/.*-f([0-9]+)-([0-9]+)\.html$ foro/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^foro/.*-f([0-9]+)\.html$ foro/viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^foro/topic([0-9]+)-([0-9]+)\.html$ foro/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^foro/topic([0-9]+)\.html$ foro/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^foro/post([0-9]+)\.html$ foro/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^foro/member([0-9]+)\.html$ foro/profile.php?mode=viewprofile&u=$1 [QSA,L]
# END foro PAGES
#####################################################
#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.foro-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^foro/rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ foro/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^foro/forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ foro/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^foro/([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ foro/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^foro/.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ foro/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^foro/sitemaps\.([xml|xml\.gz]+)$ foro/sitemap.php [L]
# Sitemap modules
RewriteRule ^foro/([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ foro/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^foro/.+-gf([0-9]+)\.([xml|xml\.gz]+)$ foro/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^foro/urllist\.([txt|txt\.gz]+)$ foro/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################

English |
French

