Jump to content
WebFlake
  • 0

How to configure and enable .htaccess mod_rewrite FURLs?


Guest BensTechTips

Question

Guest BensTechTips

Hi all,

 

I currently own an IPB forum, and want to improve the SEO. If I enable the .htaccess mod_rewrite FURLs, I am unable to browse the forum because the directories don't exist. 

 

How do I set it up so that I can use this method?

 

Thanks!

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0
Guest TheMGamer

Create a file in the FTP called ".htaccess". Add this inside:

 

<IfModule mod_rewrite.c>Options -MultiViewsRewriteEngine OnRewriteBase /RewriteCond %{REQUEST_FILENAME} .*.(jpeg|jpg|gif|png)$RewriteCond %{REQUEST_FILENAME} !-fRewriteRule . /public/404.php [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]</IfModule>
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...