I get this error when I click my blog links.
The requested URL /seo/8.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
My htaccess file is this
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^seo/([0-9]+).html/blog.php?&content=article&id=$1 [NC,L]
Any help would be great thank you.
The requested URL /seo/8.html was not found on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
My htaccess file is this
Options +FollowSymLinks
RewriteEngine On
RewriteRule ^seo/([0-9]+).html/blog.php?&content=article&id=$1 [NC,L]
Any help would be great thank you.