Forum Moderators: phranque
]
RewriteEngine on
RewriteCond %{HTTP_HOST} ^brummiesfans.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.brummiesfans.com$
RewriteRule ^blogs$ "http\:\/\/www\.brummiesfans\.com\/main\/blog\.php" [R=301,L]
<Files "main/config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "main/common.php">
Order Allow,Deny
Deny from All
</Files>
# th23 start - error pages
ErrorDocument 400 /main/error.php?e=400
ErrorDocument 401 /main/error.php?e=401
ErrorDocument 403 /main/error.php?e=403
ErrorDocument 404 /main/error.php?e=404
ErrorDocument 500 /main/error.php?e=500
# th23 end - error pages <Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
<IfModule mod_rewrite.c>
RewriteEngine on
# th23 start - error pages
ErrorDocument 400 /main/error.php?e=400
ErrorDocument 401 /main/error.php?e=401
ErrorDocument 403 /main/error.php?e=403
ErrorDocument 404 /main/error.php?e=404
ErrorDocument 500 /main/error.php?e=500
# th23 end - error pages
Rewriterule ^blog/(.+)/(.+).html$./blog/view/blog.php?page=$1&mode=$2 [NC]
Rewriterule ^blog/(.+).html$./blog/blog.php?page=$1 [NC]
Rewriterule ^blog/(.+)/$./blog/view/blog.php?page=$1 [NC]
Rewriterule ^blog/$./blog/blog.php [NC]
RewriteCond %{REQUEST_FILENAME} !-f
Rewriterule ^blog/(.+)/(.+)$./blog/view/blog.php?page=$1&mode=$2 [NC]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^blog/(.+)$ ./blog/blog.php?page=$1 [NC]
</IfModule>
DirectoryIndex portal.php index.php index.html index.htm
# You may need to un-comment the following lines
# Options +FollowSymlinks
# To make sure that rewritten dir or file (/|.html) will not load dir.php in case it exist
# Options -MultiViews
# REMEBER YOU ONLY NEED TO STARD MOD REWRITE ONCE
RewriteEngine On
# REWRITE BASE
RewriteBase /
# HERE IS A GOOD PLACE TO FORCE CANONICAL DOMAIN
# RewriteCond %{HTTP_HOST} !^www\.brummiesfans\.com$ [NC]
# RewriteRule ^(.*)$ http://www.brummiesfans.com/$1 [QSA,L,R=301]
# DO NOT GO FURTHER IF THE REQUESTED FILE / DIR DOES EXISTS
RewriteCond %{REQUEST_FILENAME} -f
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule . - [L]
#####################################################
# PHPBB SEO REWRITE RULES ALL MODES
#####################################################
# AUTHOR : dcz www.phpbb-seo.com
# STARTED : 01/2006
#################################
# FORUMS PAGES
###############
# FORUM INDEX
RewriteRule ^forum\.html$ /index.php [QSA,L,NC]
# FORUM ALL MODES
RewriteRule ^(forum|[a-z0-9_-]*-f)([0-9]+)/?(page([0-9]+)\.html)?$ /viewforum.php?f=$2&start=$4 [QSA,L,NC]
# TOPIC WITH VIRTUAL FOLDER ALL MODES
RewriteRule ^(forum|[a-z0-9_-]*-f)([0-9]+)/(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?f=$2&t=$4&start=$6 [QSA,L,NC]
# GLOBAL ANNOUNCES WITH VIRTUAL FOLDER ALL MODES
RewriteRule ^announces/(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?t=$2&start=$4 [QSA,L,NC]
# TOPIC WITHOUT FORUM ID & DELIM ALL MODES
RewriteRule ^([a-z0-9_-]*)/?(topic|[a-z0-9_-]*-t)([0-9]+)(-([0-9]+))?\.html$ /viewtopic.php?forum_uri=$1&t=$3&start=$5 [QSA,L,NC]
# PHPBB FILES ALL MODES
RewriteRule ^resources/[a-z0-9_-]+/(thumb/)?([0-9]+)$ /download/file.php?id=$2&t=$1 [QSA,L,NC]
# PROFILES THROUGH USERNAME
RewriteRule ^member/([^/]+)/?$ /memberlist.php?mode=viewprofile&un=$1 [QSA,L,NC]
# USER MESSAGES THROUGH USERNAME
RewriteRule ^member/([^/]+)/(topics|posts)/?(page([0-9]+)\.html)?$ /search.php?author=$1&sr=$2&start=$4 [QSA,L,NC]
# GROUPS ALL MODES
RewriteRule ^(group|[a-z0-9_-]*-g)([0-9]+)(-([0-9]+))?\.html$ /memberlist.php?mode=group&g=$2&start=$4 [QSA,L,NC]
# POST
RewriteRule ^post([0-9]+)\.html$ /viewtopic.php?p=$1 [QSA,L,NC]
# ACTIVE TOPICS
RewriteRule ^active-topics(-([0-9]+))?\.html$ /search.php?search_id=active_topics&start=$2&sr=topics [QSA,L,NC]
# UNANSWERED TOPICS
RewriteRule ^unanswered(-([0-9]+))?\.html$ /search.php?search_id=unanswered&start=$2&sr=topics [QSA,L,NC]
# NEW POSTS
RewriteRule ^newposts(-([0-9]+))?\.html$ /search.php?search_id=newposts&start=$2&sr=topics [QSA,L,NC]
# THE TEAM
RewriteRule ^the-team\.html$ /memberlist.php?mode=leaders [QSA,L,NC]
# HERE IS A GOOD PLACE TO ADD OTHER PHPBB RELATED REWRITERULES
#####################################################
# GYM Sitemaps & RSS
# Global channels
RewriteRule ^main/rss(/(news)+)?(/(digest)+)?(/(short|long)+)?/?$ /gymrss.php?channels&$2&$4&$6 [QSA,L,NC]
# HTML Global news & maps
RewriteRule ^main/(news|maps)/?(page([0-9]+)\.html)?$ /map.php?$1&start=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################
# FORUM WITHOUT ID & DELIM ALL MODES (SAME DELIM)
# THESE THREE LINES MUST BE LOCATED AT THE END OF YOUR HTACCESS TO WORK PROPERLY
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^([a-z0-9_-]+)/?(page([0-9]+)\.html)?$ /viewforum.php?forum_uri=$1&start=$3 [QSA,L,NC]
# FIX RELATIVE PATHS : FILES
RewriteRule ^.+/(style\.php|ucp\.php|mcp\.php|faq\.php|download/file.php)$ /$1 [QSA,L,NC,R=301]
# FIX RELATIVE PATHS : IMAGES
RewriteRule ^.+/(styles/.*|images/.*)/$ /$1 [QSA,L,NC,R=301]
# END PHPBB PAGES
#####################################################
#####################################################
# GYM Sitemaps & RSS
# HTML Module additional modes
RewriteRule ^main/(news|maps)/([a-z0-9_-]+)(/([a-z0-9_-]+))?/?(page([0-9]+)\.html)?$ /map.php?$2=$4&$1&start=$6 [QSA,L,NC]
# Main feeds & channels
RewriteRule ^main/rss(/(news)+)?(/(digest)+)?(/(short|long)+)?(/([a-z0-9_-]+))?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$9=$8&$2&$4&$6&gzip=$10 [QSA,L,NC]
# Module feeds
RewriteRule ^main/[a-z0-9_-]*-[a-z]{1,2}([0-9]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?$8=$1&$3&$5&$7&gzip=$9 [QSA,L,NC]
# Module feeds without ids
RewriteRule ^main/([a-z0-9_-]+)(/(news)+)?(/(digest)+)?(/(short|long)+)?/([a-z0-9_]+)\.xml(\.gz)?$ /gymrss.php?nametoid=$1&$3&$5&$7&modulename=$8&gzip=$9 [QSA,L,NC]
# Google SitemapIndex
RewriteRule ^main/sitemapindex\.xml(\.gz)?$ /sitemap.php?gzip=$1 [QSA,L,NC]
# Module cat sitemaps
RewriteRule ^main/[a-z0-9_-]+-([a-z]{1,2})([0-9]+)\.xml(\.gz)?$ /sitemap.php?module_sep=$1&module_sub=$2&gzip=$3 [QSA,L,NC]
# Module sitemaps
RewriteRule ^main/([a-z0-9_]+)-([a-z0-9_-]+)\.xml(\.gz)?$ /sitemap.php?$1=$2&gzip=$3 [QSA,L,NC]
# END GYM Sitemaps & RSS
#####################################################
#########################################################
# ALBUM REWRITE RULES #
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2009/01/15
########################
# ALBUM INDEX
RewriteRule ^main/gallery/album.html$ /gallery/index.php [QSA,L,NC]
# ALBUM PERSONAL INDEX
RewriteRule ^main/gallery/user-albums/?(page([0-9]+)\.html)?$ /gallery/index.php?mode=personal&start=$2 [QSA,L,NC]
# ALBUM
RewriteRule ^main/gallery/[a-z0-9_-]*-a([0-9]+)/?(page([0-9]+)\.html)?$ /gallery/album.php?album_id=$1&start=$3 [QSA,L,NC]
# PIC PAGE
RewriteRule ^main/gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-p([0-9]+)(-([0-9]+))?\.html$ /gallery/image_page.php?album_id=$2&image_id=$3&start=$5 [QSA,L,NC]
# JGP
RewriteRule ^main/gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-i([0-9]+)\.jpg$ /gallery/image.php?album_id=$2&image_id=$3 [QSA,L,NC]
# JPG THUMBNAILS
RewriteRule ^main/gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-t([0-9]+)\.jpg$ /gallery/image.php?mode=thumbnail&album_id=$2&image_id=$3 [QSA,L,NC]
# JPG MEDIUM
RewriteRule ^main/gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-m([0-9]+)\.jpg$ /gallery/image.php?mode=medium&album_id=$2&image_id=$3 [QSA,L,NC]
#########################################################
#########################################################
# ALBUM REWRITE RULES#
#########################################################
# AUTHOR : dcz http://www.phpbb-seo.com/
# STARTED : 2009/01/15
########################
# ALBUM INDEX
RewriteRule ^gallery/album.html$ /gallery/index.php [QSA,L,NC]
# ALBUM PERSONAL INDEX
RewriteRule ^gallery/user-albums/?(page([0-9]+)\.html)?$ /gallery/index.php?mode=personal&start=$2 [QSA,L,NC]
# ALBUM
RewriteRule ^gallery/[a-z0-9_-]*-a([0-9]+)/?(page([0-9]+)\.html)?$ /gallery/album.php?album_id=$1&start=$3 [QSA,L,NC]
# PIC PAGE
RewriteRule ^gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-p([0-9]+)(-([0-9]+))?\.html$ /gallery/image_page.php?album_id=$2&image_id=$3&start=$5 [QSA,L,NC]
# JGP
RewriteRule ^/gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-i([0-9]+)\.jpg$ /gallery/image.php?album_id=$2&image_id=$3 [QSA,L,NC]
# JPG THUMBNAILS
RewriteRule ^gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-t([0-9]+)\.jpg$ /gallery/image.php?mode=thumbnail&album_id=$2&image_id=$3 [QSA,L,NC]
# JPG MEDIUM
RewriteRule ^gallery/[a-z0-9_-]*(-a([0-9]+)/)?[a-z0-9_-]*-m([0-9]+)\.jpg$ /gallery/image.php?mode=medium&album_id=$2&image_id=$3 [QSA,L,NC]
#########################################################
#
# Uncomment the statement below if you want to make use of
# HTTP authentication and it does not already work.
# This could be required if you are for example using PHP via Apache CGI.
#
#<IfModule mod_rewrite.c>
#RewriteEngine on
#RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization},L]
#</IfModule>
<IfModule mod_rewrite.c>
RewriteEngine on
# For redirecting www.yourdomain.com to yourdomain.com,
# uncomment the following 2 lines and edit domain
#RewriteCond %{HTTP_HOST} ^www.yourdomain.com$
#RewriteRule ^(.*)/?$ http://yourdomain.com/$1 [QSA,R=301]
# For redirecting yourdomain.com to www.yourdomain.com,
# uncomment the following 2 lines and edit domain
#RewriteCond %{HTTP_HOST} ^yourdomain.com$
#RewriteRule ^(.*)/?$ http://www.yourdomain.com/$1 [QSA,R=301]
</IfModule>
<Files "config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "common.php">
Order Allow,Deny
Deny from All
</Files>
RewriteEngine on
# th23 start - error pages
ErrorDocument 400 /main/error.php?e=400
ErrorDocument 401 /main/error.php?e=401
ErrorDocument 403 /main/error.php?e=403
ErrorDocument 404 /main/error.php?e=404
ErrorDocument 500 /main/error.php?e=500
# th23 end - error pages
<Files "main/config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "main/common.php">
Order Allow,Deny
Deny from All
</Files>
RewriteCond %{HTTP_HOST} ^brummiesfans.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.brummiesfans.com$
RewriteRule ^blogs$ "http\:\/\/www\.brummiesfans\.com\/main\/blog\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^brummiesfans.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.brummiesfans.com$
RewriteRule ^shop$ "http\:\/\/www\.brummiesfans\.com\/main\/ppshop\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^brummiesfans.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.brummiesfans.com$
RewriteRule ^blogs$ "http\:\/\/www\.brummiesfans\.com\/main\/blog\.php" [R=301,L]
RewriteCond %{HTTP_HOST} ^brummiesfans.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.brummiesfans.com$
RewriteRule ^shop$ "http\:\/\/www\.brummiesfans\.com\/main\/ppshop\.php" [R=301,L] RewriteRule ^blog$ http://www.example.com/main/blog.php [R=301,L]
RewriteRule ^shop$ http://www.example.com/main/ppshop.php [R=301,L] [edited by: g1smd at 12:31 am (utc) on Jan 21, 2011]
don't know what you mean by "escaping" in target URL's
RewriteEngine on
# th23 start - error pages
ErrorDocument 400 /main/error.php?e=400
ErrorDocument 401 /main/error.php?e=401
ErrorDocument 403 /main/error.php?e=403
ErrorDocument 404 /main/error.php?e=404
ErrorDocument 500 /main/error.php?e=500
# th23 end - error pages
<Files "main/config.php">
Order Allow,Deny
Deny from All
</Files>
<Files "main/common.php">
Order Allow,Deny
Deny from All
</Files>
RewriteRule ^announcement$ http://www.brummiesfans.com/main/viewforum.php?f=2 [R=301,L]
RewriteRule ^arcade$ http://www.brummiesfans.com/main/arcade.php [R=301,L]
RewriteRule ^announcements$ http://www.brummiesfans.com/main/viewforum.php?f=2 [R=301,L]
RewriteCond %{HTTP_HOST} ^brummiesfans.com$ [OR]
RewriteCond %{HTTP_HOST} ^www.brummiesfans.com$
RewriteCond %{HTTP_HOST} !^(www\.example\.com)?$
RewriteRule (.*) http://www.example.com/$1 [R=301,L] RewriteRule ^announcements?$ http://www.example.com/main/viewforum.php?f=2 [R=301,L] ErrorDocument 404 /that-location # th23 start - error pages
ErrorDocument 400 /main/error.php?e=400
ErrorDocument 401 /main/error.php?e=401
ErrorDocument 403 /main/error.php?e=403
ErrorDocument 404 /main/error.php?e=404
ErrorDocument 500 /main/error.php?e=500
# th23 end - error pages