Well, if I hit up :
http://www.writersbeat.com/obscene-a...ty-t10444.html
with this
Quote:
RewriteRule ^([a-z0-9_\-]*-(f|all)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ forumdisplay.php/$1 [QSA,L]
RewriteRule ^([a-z0-9_\-]*-(t|p)[0-9]+(p[0-9]+|/index[0-9]*)?\.html)$ showthread.php/$1 [QSA,L]
RewriteCond %{REQUEST_URI} !(index\.php|\.css) [NC]
RewriteRule ^(archive|sitemap)/(.*)$ $1/index.php/$2 [QSA,L]
RewriteRule ^([a-z0-9-]*)-([0-9]*)\.html$ /showthread?t=$2 [R=301,L]
|
I get a no thread specified error.
If I remove the zoints rewrite rules, I get a 404...
Also, what should the zseo setting be set for 301 redirects? Should I turn that off?
thx, btw.