Many web hosting providers disables some functions in php “for security reasons”. In this tutorial i’ll show you how to create a custom php.ini using … Read more »
PHP, MYSQL, CSS, LINUX TUTORIALS
Category Archives: Apache Tutorials
Rewrite mode, the pretty one
Probably many of you learned to make rewrite mode like: View Code HTML RewriteRule (.*)/$ index.php?page=about Well, now i’ll learn you how to make a … Read more »