.htaccess

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

Submitted by onlinecode-org on
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 Get Multiple Parameters in URL of CodeIgniter App

Submitted by nurhodelta_17 on
This tutorial tackles on how to get multiple parameters in URL of CodeIgniter Application. Usually, we only passed a single parameter in URL and it is usually an ID but in cases that you needed to pass two or more parameters and retrieve them in your controller, this tutorial will be very beneficial to you.

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

Submitted by nurhodelta_17 on
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.