<code><span><Directory /></span><span>AllowOverride</span> none <span><span>Allow</span></span> from <span>all</span><span></Directory></span></code>
The allow from all here means that all file paths do not require permissions and can be accessed. This is necessary when we develop the website, because all our web pages correspond to the disk path. A file. If such files require permissions to access, then users will not be able to see our content, and the website will be meaningless
').addClass('pre-numbering').hide() ; $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });The above introduces the establishment of the apache environment, including aspects of the content. I hope it will be helpful to friends who are interested in PHP tutorials.