Guest BensTechTips Posted March 2, 2013 Share Posted March 2, 2013 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 More sharing options...
0 Guest TheMGamer Posted March 2, 2013 Share Posted March 2, 2013 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 More sharing options...
0 xzoex Posted March 2, 2013 Share Posted March 2, 2013 You have to copy the code there into a text document and name it .htaccess then upload it to your forum root. Link to comment Share on other sites More sharing options...
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