Hi All,
I have installed the openLab on my godaddy shared hosting. When I try to login in my olab installation I was getting an error
No inputfile specified
so I have looked up for htacess file and I saw on line 19
RewriteRule .* index.php/$0 [PT]
This was not working on goddaddy and I changed the lines as follow and worked like a charm. Is it ok to use it like this?
RewriteRule .* index.php?$0 [PT]
Hi All,
I have installed the openLab on my godaddy shared hosting. When I try to login in my olab installation I was getting an error
No inputfile specifiedso I have looked up for htacess file and I saw on line 19
RewriteRule .* index.php/$0 [PT]This was not working on goddaddy and I changed the lines as follow and worked like a charm. Is it ok to use it like this?
RewriteRule .* index.php?$0 [PT]