I'm using the latest free litespeed 2, which is working great except for the htaccess
I cannot get the htaccess file working. I've tried everything from checking permissions of .htaccess to adding it to context. I would love to port my site over, but currently i cannot
I would be really great if mod_rewrite was internal, as i hope to use litespeed to keep my server alive when many people use it at once.
Here's a snippet of my .htaccess (I've tried using different combinations of it, none of which worked)
RewriteEngine On
#static redirects
RewriteRule ^logout[/]?$ /index.php?logout=true
RewriteRule ^search[/]?$ /index.php?act=art_search
RewriteRule ^forum[/]?$ /index.php?act=forum_main
RewriteRule ^updates[/]?$ /index.php?act=user_updates
RewriteRule ^inbox[/]?$ /index.php?act=user_inbox
RewriteRule ^outbox[/]?$ /index.php?act=user_outbox
RewriteRule ^inbox/success[/]?$ /index.php?act=user_inbox&action=success
RewriteRule ^inbox/compose[/]?$ /index.php?act=user_inbox&action=compose
RewriteRule ^settings[/]?$ /index.php?act=user_settings
RewriteRule ^gallery[/]?$ /index.php?act=art_gallery
RewriteRule ^online_users[/]?$ /index.php?act=users_online
RewriteRule ^comment[/]?$ /index.php?act=user_comment
RewriteRule ^emoticons[/]?$ /index.php?act=emoticons
RewriteRule ^stats[/]?$ /index.php?act=stats
RewriteRule ^my/journal[/]?$ /index.php?act=journal_edit
RewriteRule ^my/favorites[/]?$ /index.php?act=user_favorites
RewriteRule ^my/watch[/]?$ /index.php?act=user_watch
I've spent hours and hours (even tried getting squid working as an alternative), and I'm about ready to rip my hair out on this one!
Any help is GREATLY appreciated
--Channel Cat
--Edit
I was able to get it working FINALLY after fixing the error it was getting while trying to open the access log file, only to find out rewrites are a little bit different than apache and are EXTREMELY tempermental :-( I do have to change my entire rewrite file, but atleast it works :-/
OKAY LAST EDIT THIS IS IMPORTANT
all of my rewrites past the 47th rewrite do not work
I don't know if this is a bug or a limit. I can be more conservative for now, but i really hope this gets resolved!
I cannot get the htaccess file working. I've tried everything from checking permissions of .htaccess to adding it to context. I would love to port my site over, but currently i cannot
I would be really great if mod_rewrite was internal, as i hope to use litespeed to keep my server alive when many people use it at once.
Here's a snippet of my .htaccess (I've tried using different combinations of it, none of which worked)
RewriteEngine On
#static redirects
RewriteRule ^logout[/]?$ /index.php?logout=true
RewriteRule ^search[/]?$ /index.php?act=art_search
RewriteRule ^forum[/]?$ /index.php?act=forum_main
RewriteRule ^updates[/]?$ /index.php?act=user_updates
RewriteRule ^inbox[/]?$ /index.php?act=user_inbox
RewriteRule ^outbox[/]?$ /index.php?act=user_outbox
RewriteRule ^inbox/success[/]?$ /index.php?act=user_inbox&action=success
RewriteRule ^inbox/compose[/]?$ /index.php?act=user_inbox&action=compose
RewriteRule ^settings[/]?$ /index.php?act=user_settings
RewriteRule ^gallery[/]?$ /index.php?act=art_gallery
RewriteRule ^online_users[/]?$ /index.php?act=users_online
RewriteRule ^comment[/]?$ /index.php?act=user_comment
RewriteRule ^emoticons[/]?$ /index.php?act=emoticons
RewriteRule ^stats[/]?$ /index.php?act=stats
RewriteRule ^my/journal[/]?$ /index.php?act=journal_edit
RewriteRule ^my/favorites[/]?$ /index.php?act=user_favorites
RewriteRule ^my/watch[/]?$ /index.php?act=user_watch
I've spent hours and hours (even tried getting squid working as an alternative), and I'm about ready to rip my hair out on this one!
Any help is GREATLY appreciated
--Channel Cat
--Edit
I was able to get it working FINALLY after fixing the error it was getting while trying to open the access log file, only to find out rewrites are a little bit different than apache and are EXTREMELY tempermental :-( I do have to change my entire rewrite file, but atleast it works :-/
OKAY LAST EDIT THIS IS IMPORTANT
all of my rewrites past the 47th rewrite do not work
I don't know if this is a bug or a limit. I can be more conservative for now, but i really hope this gets resolved!