arandam Posted November 24, 2010 Share Posted November 24, 2010 i have the following on .htaccess, and its giving 403 error RewriteEngine on RewriteRule ^([a-zA-Z0-9_-]+)$ index.php?compid=$1 RewriteRule ^([a-zA-Z0-9_-]+)/$ index.php?compid=$1 Quote Link to comment https://forums.phpfreaks.com/topic/219678-htaccess-help-php/ 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.