i cant seem to get it to work
i have:
enable:On
rewright type: Heavy method
Url Structure:.html
rewright explanation: first 2
301 Redirect: first 2
Base url of the site:
http://ultimate-ipod.com
Character replacement: disabled(english)
Localization "page": page
fix link to index.php: enabled
Maximum keywords number in the URL:8
my .htaccess is as fallows
Code:
#Rename this file to .htaccess and upload it to the root directory of your forum.
RewriteEngine On
RewriteRule ^(.*)t([0-9]+)(.*)newpost(.*)$ showthread.php?t=$2&goto=newpost [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/post([0-9]+)(.*)$ showpost.php?p=$6 [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)/([a-z]+)([0-9]+)(.*)$ showthread.php?t=$4&page=$7 [QSA,L]
RewriteRule ^(.*)f(.*)/(.*)t([0-9]+)(.*)$ showthread.php?t=$4 [QSA,L]
RewriteRule ^(.*)f([0-9]+)/([a-z]+)([0-9]+)(.*)$ forumdisplay.php?f=$2&page=$4 [QSA,L]
RewriteRule ^(.*)f([0-9]+)(.*)$ forumdisplay.php?f=$2 [QSA,L]
i know for a fact that my host supports it because i use to have a phpbb3 seo board that used a .htaccess