PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Wednesday, March 16, 2022

[FIXED] How to set allow_url_include On in MAMP mac OSX?

 March 16, 2022     apache, mamp     No comments   

Issue

If i set allow_url_include = On or allow_url_include=1 in MAMP/conf/php5.6.7/php.ini configuration not change, and in phpinfo() allow_url_include is set Off. After i restart MAMP.

How to set it?


Solution

Open PHP.ini in File > Edit Template > PHP > PHP x.xx.xx php.ini

ScreenShot

Then under allow_url_fopen = On add allow_url_include = On



Answered By - rrr_2010
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing