Answers for ".htaccess where"

8

.htaccess file

# BEGIN WordPress

RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

# END WordPress
Posted by: Guest on March-02-2021
0

.htaccess

RewriteEngine  on
RewriteRule ^(.*)$ $1.php
Posted by: Guest on July-04-2021

Code answers related to ".htaccess where"

Browse Popular Code Answers by Language