I would like to ask what is needed for security and in general what is needed for my website is my index.php contact.php contactome.php all such php code to hide .php :
RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME}\.php -f RewriteRule ^(.*)$ $1.php But I want to not only hide here, for example, change www.domain.com/index to www.domain.com/home but my main page file is index.php but I can explain to someone who can what is .htaccess and what can I will be blogging with him!
.htaccessrestart server is not needed. - Vanya Avchyan