Enable and Configure mod_rewrite for Apache on CentOS 7
The mod_rewrite module is enabled by default on CentOS 7. If you find it is not enabled on your server, you can enable it by
The mod_rewrite module is enabled by default on CentOS 7. If you find it is not enabled on your server, you can enable it by
You can use mod_rewrite’s RewriteCond directive to redirect user’s to different websites depending on what device they are using. .htaccess Rules Following rewrite rules will
In this post, I will walk you through, how to Setup Virtual Hosts in Ubuntu. Virtual Hosts are used to setting up more than one
Some browsers like IE doesn’t allow cross-domain fonts by default – unless you set a Access-Control-Allow-Origin header to the font. cross-domain fonts mean fonts that
By default Xampp server is run on 80 port, if you want to change this port to something, just follow the below steps it is
Recently i tried to install YII2 ,i got “The mcrypt PHP extension is not installed.” error. In this post, I will show you how to
if you want to change your domain name without affecting SEO Ranking in search engines than you should think about 301-page redirect, with 301 redirect
In the past, performance was not considered one of the top priorities when developing web applications, but nowadays web app performance is most important for
Firstly, locate your php.ini file, which in my case is in the default directory of xampp\php and edit with a notepad. Locate and uncomment (remove
Most of the web Hosting providers give access to overriding the .htaccess, To Increase file size upload limit via .htaccess just copy the bellow settings