Answers for ".htaccess option"

3

.htaccess

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
Posted by: Guest on November-02-2020
0

.htaccess

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

.htaccess

<IfModule mod_php5.c>
php_value max_execution_time 300
</IfModule>
Posted by: Guest on June-06-2021

Browse Popular Code Answers by Language