Search
 
SCRIPT & CODE EXAMPLE
 

PHP

hide .php

//Add this you .htaccess
Options +FollowSymlinks


RewriteEngine On


RewriteBase /

RewriteCond %{REQUEST_FILENAME} !-f


RewriteCond %{REQUEST_FILENAME} !-d

RewriteCond %{REQUEST_FILENAME}.php -f

RewriteRule ^(.+)$ /$1.php [L,QSA]
Comment

PREVIOUS NEXT
Code Example
Php :: Apache/2.4.53 (Win64) OpenSSL/1.1.1n PHP/7.4.29 Server at localhost Port 8080 
Php :: php if equal 
Php :: html table to array php 
Php :: php get current date 
Php :: php stristr 
Php :: product slider shortcode woocommerce 
Php :: laravel collection unique 
Php :: artisan command to add resources to controller 
Php :: store a variable in session and echo that variable on a page wordpress 
Php :: codeigniter select for update 
Php :: how to grab shortcode from custom post type 
Php :: order item add hook WooCommerce admin panel 
Php :: User::factory()-create( 
Php :: addphp calculate next letter 
Java :: Cannot fit requested classes in a single dex file 
Java :: camera permission android 
Java :: maven spring boot devtools install 
Java :: spigot repeating task 
Java :: disable buttonjava 
Java :: spring cors allow all origins 
Java :: Card view implement 
Java :: allow internet permission android 
Java :: java lerp 
Java :: how to uppercase the first letter of a string in java 
Java :: java android play sound file with variable 
Java :: java remove last character from string 
Java :: bukkit runnable repeating scheduler 
Java :: how to make an invisiblke button in swing 
Java :: Spigot API inventory close 
Java :: clear edittext android 
ADD CONTENT
Topic
Content
Source link
Name
9+5 =