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 Link to comment https://forums.phpfreaks.com/topic/219678-htaccess-help-php/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.