I want to use the php configuration settings of my localhost on my server. How can i do that?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually you do it the other way around. You configure your local machine to resemble the server. That because the server usually are the production machines and have other limitations in terms of security.
You can take a look at phpinfo() output and compile in the server exactly the same things.