Okay, installation went smoothly, and the settings have been tweaked. Now I've run into a snag.
When clicking on a sub-forum, I receive the following error.
Quote:
Not Found
The requested URL /display.php was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
|
I know the error is coming from the .htaccess file. After I delete...
Code:
RewriteEngine On
RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
... everything works fine again.
What's the issue?