| |
| |
|
|
|
|
| |
|
| |
|
| :: |
| Author |
Message |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
Posted: Sun Nov 18, 2007 1:43 pm Post subject: possible htacess problem |
|
|
seems my site is down
using ftp i cannot see any .htacess file
only a file called old.htacess that was renamed after some problems a few month ago
contents of old.htaccess is
| Code: | AddType application/x-httpd-php .htm .html .tpl
Options +FollowSymlinks
RRewriteEngine on
RewriteBase /
RewriteCond %{HTTP_HOST} !^www\.asia-expatsforum\.com$ [NC]
RewriteRule ^(.*) http://www.asia-expatsforum.com/$1 [QSA,L,R=301]
# phpBB
# FORUM PROTECTION RULE
RewriteRule ^phpBB2/.+/([^/]+\.html)$ /phpBB2/index.php [R=301,L]
# CATEGORIES
RewriteRule ^phpBB2/.+-vc([0-9]+)\.html$ /phpBB2/index.php?c=$1 [QSA,L]
# PAGINATED FORUM
RewriteRule ^phpBB2/.+-vf([0-9]+)-([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1&start=$2 [QSA,L]
# FORUM
RewriteRule ^phpBB2/.+-vf([0-9]+)\.html$ /phpBB2/viewforum.php?f=$1 [QSA,L]
# PAGINATED TOPIC
RewriteRule ^phpBB2/.+-vt([0-9]+)-([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1&start=$2 [QSA,L]
# TOPIC
RewriteRule ^phpBB2/.+-vt([0-9]+)\.html$ /phpBB2/viewtopic.php?t=$1 [QSA,L]
# POST
RewriteRule ^phpBB2/post([0-9]+)\.html$ /phpBB2/viewtopic.php?p=$1 [QSA,L]
#PROFILES
RewriteRule ^phpBB2/member([0-9]+)\.html$ /phpBB2/profile.php?mode=viewprofile&u=$1 [QSA,L]
# END PHPBB PAGES
RewriteRule ^phpBB2/sitemaps([0-9]+)\.html$ /phpBB2/sitemaps.php?c=$1 [QSA,L]
RewriteRule ^phpBB2/sitemaps\.html$ /phpBB2/sitemaps.php [QSA,L]
RewriteRule ^phpBB2/forum-m\ap\.html$ /phpBB2/sitemaps.php?fim [QSA,L]
RewriteRule ^phpBB2/.+-fmp([0-9]+)-([0-9]+)\.html$ /phpBB2/sitemaps.php?fmp=$1&start=$2 [QSA,L]
RewriteRule ^phpBB2/.+-fmp([0-9]+)\.html$ /phpBB2/sitemaps.php?fmp=$1 [QSA,L]
RewriteRule ^phpBB2/.+-sc([0-9]+)\.html$ /phpBB2/sitemaps.php?c=$1 [QSA,L]
#########################################################
# GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2006/02/22
########################
# RSS main
RewriteRule ^phpBB2/rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?$1&$2 [L]
# RSS forums
RewriteRule ^phpBB2/forums-rss-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?forum&c&$1&$2 [L]
# RSS all
RewriteRule ^phpBB2/([a-zA-Z0-9]+)-rss([0-9]*)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?$1=$2&$3&$4 [L]
# RSS forum topics
RewriteRule ^phpBB2/.+-rf([0-9]+)-?(l|s)?-?(m)?\.([xml|xml\.gz]+)$ /phpBB2/rss.php?forum=$1&$2&$3 [L]
# SitemapIndex
RewriteRule ^phpBB2/sitemaps\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php [L]
# Sitemap modules
RewriteRule ^phpBB2/([a-zA-Z0-9]+)-sitemap\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php?$1 [L]
# Forum Sitemaps
RewriteRule ^phpBB2/.+-gf([0-9]+)\.([xml|xml\.gz]+)$ /phpBB2/sitemap.php?forum=$1 [L]
# Yahoo! urllist.txt
RewriteRule ^phpBB2/urllist\.([txt|txt\.gz]+)$ /phpBB2/urllist.php [L]
#########################################################
# END GYM SITEMAPS AND RSS REWRITE RULES #
#########################################################
|
maybe u could take a look and advise on what to here |
|
|
| Back to top |
|
 |
|
 |
asiaexpat PR1

Joined: 04 Aug 2006 Posts: 121
|
|
| Back to top |
|
 |
dcz Administrateur - Site Admin

Joined: 28 Apr 2006 Posts: 13354
|
|
| Back to top |
|
 |
|
| Navigation |
Similar Topics |
|
|
|
|
|
|
|
| |
|
|
|
|
| |
|
|
|
|
| |