• 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

how to make my own auto increment in php?

how to create html table in php

How to remove index.php and index from the URL using htaccess | PHP

How do I get friend list from Friends table with counts of friends of my friends

PHP date() with timezone?

Get sql.h error on MacOS 12 (Monterey) sqsrv and pdo_sqsrv drive installation

echo language construct is discouraged. (PHP)

dockerizing Laravel + vue

Execute only one time and then wait set period of time before executing again

How to get total pages of PDF with FPDF?

Add and update products to session cart in Laravel

Problems getting instance of UploadedFile in Yii2

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

Is there a way to use Foundry Model for Authentification inside Functional Tests?

Dropdown with current value from Mysql

About Contact Privacy policy Terms and conditions