joshbedo Posted February 23, 2011 Share Posted February 23, 2011 I just moved a site i was working on to a different domain and have tried changing the rewritebase to RewriteBase /central/central2 and to just /central/ but it wont work its not rewriting heres whole .htaccess Options +FollowSymLinks Options +Indexes RewriteEngine On RewriteBase /central RewriteRule ^sports/([0-9]+)/option/([0-9]+)?$ page.php?loc=$1&option=$2 [QSA] RewriteRule ^careers/([0-9]+)/option/([0-9]+)?$ career.php?loc=$1&option=$2 [QSA] RewriteRule ^article/([0-9]+)?$ article.php?id=$1 [QSA] heres url http://www.eriesd.org/central/central2/ Quote Link to comment https://forums.phpfreaks.com/topic/228625-htaccess-rewrite-base-problem/ 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.