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)
-   -   .htaccess issue with litespeed (http://www.litespeedtech.com/support/forum/showthread.php?t=5883)

mrjinwa 04-24-2012 12:09 AM

.htaccess issue with litespeed
 
My hosting company has switch to litespeed. in the mast I had my .htaccess file redirect from my www folder to my www/joomla index.php with the following command

DirectoryIndex index.html index.htm index.php /joomla/index.php

however this has stopped working and shows the site with no pictures and all broken links. Is there another command I should be using to accomplish the same thing with litespeed? Any help or suggestions would be greatly appreciated. Thanks

NiteWave 04-24-2012 04:19 AM

tested in my test box. the problem should be /joomla/index.php

please try

Quote:

DirectoryIndex index.html index.htm index.php

RewriteEngine On
RewriteRule ^$ /joomla/index.php [R=301,L]


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