LiteSpeed Support Forums

LiteSpeed Support Forums (http://www.litespeedtech.com/support/forum/index.php)
-   General (http://www.litespeedtech.com/support/forum/forumdisplay.php?f=25)
-   -   IPBoard 3.4.1 Mod-Rewrite (http://www.litespeedtech.com/support/forum/showthread.php?t=6512)

techieanalyst 12-30-2012 08:11 PM

IPBoard 3.4.1 Mod-Rewrite
 
So IPBoard is telling me to put this in:

If yes, add a file called .htaccess with the following contents.
<IfModule mod_rewrite.c>
Options -MultiViews
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule \.(jpeg|jpg|gif|png)$ /public/404.php [NC,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

Do I just drop this in .htaccess under the html root or what and is the code here compatible with litespeed?

NiteWave 12-30-2012 10:36 PM

Quote:

just drop this in .htaccess under the html root
yes. just as you do under apache.


All times are GMT -7. The time now is 08:05 PM.