PHP Questions

PHP Questions All about core and advance PHP.

Print a Star Pattern in PHP with nested for loop..
30/05/2017

Print a Star Pattern in PHP with nested for loop..

16/04/2016

Help Begins:

How to remove .php in the end of any php file with .htaccess file

What is an .htaccess file
An .htaccess file is a simple ASCII file that you create with a text editor like Notepad or TextMate. It provides a way to make configuration changes on a per-directory basis.

Create a file and save with just extension like .htaccess
and edit it with above code:
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME}\.php -f
RewriteRule ^(.*)$ $1.php

You Got it!!!

change your href with home.php with home

04/09/2015

Address

New Delhi

Alerts

Be the first to know and let us send you an email when PHP Questions posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share