MyBB Community Forums

Full Version: .htaccess redirect 404 and 403
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi could you help me please I use this 404 and 403 redirect but the problem is when someone types wrong URL it redirects that wrong URL http://localhost/test/misc.php?page=not-found

Is there a way to redirect to http://localhost/test/misc.php?page=not-found without changing the wrong URL

ErrorDocument 404 http://localhost/test/misc.php?page=not-found
ErrorDocument 403 http://localhost/test/misc.php?page=not-found
Dodgy
Google SEO plugin's error 404 redirect is like below
ErrorDocument 404 /misc.php?google_seo_error=404

and in general, we do not need redirect for error 403
Thanks very much

Why this method hides some icons? http://community.mybb.com/thread-144605.html