.htaccess

How to Detect Mobile Device and Redirect to Mobile site using Laravel and .htaccess

Using Laravel .htaccess to Detect Mobile Devices and Redirect to Mobile Site This post provides information on how to use Laravel .htaccess to detect mobile devices and redirect users to the mobile version of a website. It includes details on the implementation and offers a demo if necessary. What is the .htaccess file? The .htaccess file, which stands for hypertext access file, is a configuration

How to Remove Index.Php in the URL of Codeigniter Application

This tutorial tackles on how to remove index.php in the URL of CodeIgniter application. By default, index.php is included in the URLs of your CodeIgniter Application. You can remove this by using .htaccess file which contains rules for your URLs. We are going to make this file in this tutorial and a few configurations if your using localhost server.