okay I load the page now
I use this Htaccess.
Code:
Options +FollowSymlinks
RewriteEngine on
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]
RewriteRule ^(archive|sitemap)/(.*)$ /sitemap/index.php/$2 [L]
But none of the links work.
They are reqritten like so: /sitemap/staff-section-f13.html
This generates a 404. I don't see any rewrites for the sitemap/archive in the zoints htaccess!
Will I have to write my own? Please help!