ignasmilin Posted July 4, 2017 Share Posted July 4, 2017 (edited) I contacted my support and they said that i can use .htcaccess to fill commands. When i'm trying to install prestashop it asks for. "php_value short_open_tag 0" I wrote down it in: admin/.htaccess </IfModule> <IfModule mod_php5.c> php_value short_open_tag 0 </IfModule> But it's still missing for it when i'm trying to install it. What can i do? How can i skip this part? Edited July 4, 2017 by ignasmilin (see edit history) Link to comment Share on other sites More sharing options...
Scully Posted July 5, 2017 Share Posted July 5, 2017 Not sure if this is your real problem, but the syntax should be: <IfModule mod_php5.c> php_value short_open_tag 0 </IfModule> Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now