Posted December 21, 200915 yr I'm trying to activate the mod_rewrite built into IPB3.0 but having some difficulty. It looks like it rewrites the URL, but the server doesn't know what to do with it after that and returns a 404. This is the .htaccess file I have <IfModule mod_rewrite.c> Options -MultiViews RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_URI} !\..+$ RewriteRule . /index.php [L] </IfModule> any tips?
January 4, 201015 yr Author It was an apache configuration problem. Up next. I need a mod_rewrite rule to convert http://www.cheersandgears.com/boards/topic.asp?TOPIC_ID=168 to http://www.cheersandgears.com/index.php?showforum=168 I'm really new at this mod_rewrite stuff.... can anyone help?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.