lovephp Posted March 25, 2016 Share Posted March 25, 2016 (edited) if there are any errors in any of my pages it redirects me automatically to article.php page on my root DIR. what is wrong in this code any one? how do i not make it not to redirect to article.php if any errors in any pages?here is the bit from my htaccess RewriteEngine On RewriteBase /webfiles/ RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)\?*$ article.php?$1 [L,QSA] Edited March 25, 2016 by lovephp Quote Link to comment https://forums.phpfreaks.com/topic/301081-seo-url-htaccess-issue/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.