Hello,
I am using cpanel with litespeed. I have enabled rewrite at server level and vhost level.
The logs show that it reads my .htacess file fine but then I do not get redirected to the page i need to .
Actually it should work as I create a folder from a blog and then it should work as
http://folder.domain name --- should show http://domainname/folder
As of now it goes juts to
http://folder.domain name -- http://domainname
Rewrite log is as below
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Cond: Match 'hawaii.ipselon.biz' with pattern '^www\.ipselon\.biz?$', result: -1
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Cond: Match 'hawaii.ipselon.biz' with pattern '^([^.]+)\.ipselon\.biz?$', result: 2
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Source URI: '' => Result URI: '/index.php'
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Last Rule, stop!
I am using cpanel with litespeed. I have enabled rewrite at server level and vhost level.
The logs show that it reads my .htacess file fine but then I do not get redirected to the page i need to .
Actually it should work as I create a folder from a blog and then it should work as
http://folder.domain name --- should show http://domainname/folder
As of now it goes juts to
http://folder.domain name -- http://domainname
Rewrite log is as below
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Cond: Match 'hawaii.ipselon.biz' with pattern '^www\.ipselon\.biz?$', result: -1
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Cond: Match 'hawaii.ipselon.biz' with pattern '^([^.]+)\.ipselon\.biz?$', result: 2
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Source URI: '' => Result URI: '/index.php'
2006-05-20 23:05:59.753 [INFO] [62.43.158.27:65217-0#www.ipselon.biz] [REWRITE] Last Rule, stop!