21284 Posts in 5731 Topics by 2602 members
| Go to End | Next > | |
| Author | Topic: | 2759 Views |
-
Create and configure php.ini

30 July 2011 at 6:02pm Last edited: 30 July 2011 7:04pm
Hello people.
I need to configure php.ini from a host that is free (000webhost) and I cant because this server doesnt have access to such files. Which I would be the correct way to configure it from the cms?
In this post: "http://silverstripe.org/installing-silverstripe/show/5217?start=8" there is a possible solution, which is to create php.ini and then and call it from .Htaccess. Already tested and not gave me good results. To be more precise I need is to change the status of magic_quotes_gpc to off.Following the post I mentioned before this is my code:
.Htacces
### SILVERSTRIPE START ###
public_html/SilverStripe-v2.4.5/php.ini
.....php.ini
magic_quotes_gpc = Off
-
Re: Create and configure php.ini

31 July 2011 at 3:01am
@biapar - where is the rule book? I can't even seen some terms and conditions on the register page
-
Re: Create and configure php.ini

31 July 2011 at 9:10am
The user posted the same question at same time in 3 sections. I think that this is not a good method.
-
Re: Create and configure php.ini

31 July 2011 at 10:16am Last edited: 31 July 2011 10:18am
Ordinary inserts the probe in Httacces but I think it must be enclosed in tags like the rest of the code for example:
<IfModule mod_alias.c>
RedirectMatch 403 /silverstripe-cache(/|$)
</IfModule><Files web.config>
Order deny,allow
Deny from all
</Files>or am I wrong?
As I am not sure if create it in Httacces. This well placed in this file? or better create php.ini and call instruction from Httacces as shown in the example of the first post?
I've tried all possible ways and not found good results.Biapar as sam said when I read the regulations didnt see any rule that prevents leaving the same message in several forums sorry.
-
Re: Create and configure php.ini

31 July 2011 at 6:13pm
Paco728 - you may be best to email your host support about this, they are often quite adept at answering questions like this. A custom php.ini file for your site is normally what they setup. magic_quotes_gpc must be set to 0 to 1.
-
Re: Create and configure php.ini

1 August 2011 at 4:40pm Last edited: 1 August 2011 4:42pm
ok Willr that's what supposed. As another alternative because I could not fix, Can you recommend any other kind of hosting? not have these complications, not having to pay and that is well complemented by ss ?
| 2759 Views | ||
| Go to Top | Next > |




