Many thanks for this Mod. Just checking if you can please help me. I have installed the Mod and set it to "Enable" but an getting "The page cannot be found" error. Since I do not have .htaccess file before this, my .htacess now looks like this:
---------------------------------------
Options +FollowSymlinks
RewriteEngine on
----------------------------------------
Add the following lines at the end of the file
----------------------------------------
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]
----------------------------------------
My Rewrite URLs is set to "Rewrite URLs and insert keywords, using mod_rewrite
This requires mod_rewrite support on the web server."
I am running VB 3.8.0
Any kind help will much appreciated.
|