|
I have similar rewrite issue.
1) installing phpMyFAQ on litespeed
2) i tried to add .htaccess on the directory /usr/local/lsws/DEFAULT/html
htaccess looks like
RewriteEngine On
RewriteBase /phpMyFAQ/phpmyfaq-2.6.17/
RewriteRule ^(.*)$ index.php?action=login [R=301,L]
3) getting error 404
Content len: 39, Request line: 'POST /phpMyFAQ/phpmyfaq-2.6.17/?action=login HTTP/1.1'
Cookie len: 196, pmf_sid=300; FAIL_REDIRECT_URL=http%3A//soc-nms-01%3A8080/; pmf_auth=7f2b3f910c2b3ccacb0b3d168f8c82f8; LSWSWEBUI=0b1e2d4b0b57815a9b21d6f6df9394d4; lsws_uid=WhorRzeqL44%3D; lsws_pass=IMD5gb8hAH0%3D
Find context with URI: [/], location: [/usr/local/lsws/DEFAULT/html/]
[REWRITE] Rewrite engine is not enabled for context '/'
Index file is not available in [/usr/local/lsws/DEFAULT/html/phpMyFAQ/phpmyfaq-2.6.17/]
Please help.
|