• 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

Ajax GET request fails in laravel 8

Split comma separated value from table column into rows using mysql?

How to set a domain name with php artisan serve

PHP Get value from JSON [duplicate]

Dropzone: Submit both form data and dropzone at once

woocommerce change position of price

Filter WooCommerce products with post__in and additional meta queries

Merge key and value of array index [duplicate]

how to get value from array in laravel

CONCAT columns with Laravel 5 eloquent

What is PHP's equivalent of JavaScript's "array.every()"?

Install mysql client in docker image

What will the best solution for this multiple optional filter?

Cant seem to get the Pagination to work on my WooCommerce REST API application?

Doctrine ORM: Excluding Records Based on Values of Nested Relationships

About Contact Privacy policy Terms and conditions