Jump to content

Featured Replies

Posted

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?

  • 2 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...