• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

301 Redirect to remove query string on homepage only

php.htaccessredirectmod-rewritemagento-2.3


PHP Snippet 1:

# Remove query string on homepage only
RewriteCond %{QUERY_STRING} .
RewriteRule ^$ / [QSD,R=301,L]

Related Snippets

Webscraping Symfony/Panther: Can't get HTML

Laravel PackageManifest.php: Undefined index: name

Add a text next to stock quantity if it is less than 10 in Woocommerce single product

Zig-zag scan an N x N array

Open a popup box after receiving result from ajax

Using PHP to connect to a remote MSSQL database

How do I loop through an MS SQL database with VB.NET?

Make Calculator - When Button clicked the No shows in Textbox.

GRPC installed successfully on ubuntu but php is looking for it in another folder

Merge column values from two arrays to form an indexed array of associative arrays

Implode array with array of glue strings

array_key_exists(): The first argument should be either a string or an integer

Creating Combinations of Elements

Whats the point of running Laravel with the command 'php artisan serve'?

onKeyUp event calculation not working on the following rows from php generated forms except the first one

About Contact Privacy policy Terms and conditions