ouzo icon indicating copy to clipboard operation
ouzo copied to clipboard

FIY: .htaccess not set correctly for some servers.

Open danon opened this issue 8 years ago • 0 comments

I've put Ozuo app on "hostinger" server, and application didn't start, but instead got this error: No input file specified.

RewriteRule could not find index.php, i guess. Adding RewriteBase / didn't help, setting cgi.fix_pathinfo=1 didn't help.

I changed this RewriteRule .* index.php/$0 [L] to this RewriteRule .* index.php?/$0 [L] and it worked.

danon avatar Mar 16 '17 13:03 danon