Hello Guys, Looking Standard Code with using Object Oriented Programing Language(OOP) ? OKAY let me describe you demo of login and registration with email verification code. Also i have used latest bootstrap 4. All project this is first stage to create a login and registration forms with email verification. Now a days you got many […]
increase website speed using .htaccess enable cache and gzip compression for Linux and windows server
You are website owner/developer and you need to increase website speed and less loading time, You junst need to add below .htaccess script : Linux Server——————————————- <IfModule mod_rewrite.c> Options +FollowSymLinks RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule ^ index.php [L] </IfModule> # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – […]