I have a working apache cakephp project running but trying to move to open lightspeed
but I am havig issue with htaccess.
I have enabled rewrite and in context in pasted my htaccess which is on apache server, below is my working .htaccess information in apache server but its not working in openlightspeed.
EXPIRES CACHING
RewriteEngine on
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .* https://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301] -jamal
RewriteRule ^$ webroot/ [L]
RewriteRule (.*) webroot/$1 [L]
Please help if anyone has any idea on how to corectly insert the context section for it to work or any other files needs changing
Thanks in advance