• 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

loop through an anchor id

passwordless LDAP login and get user information using Kerberos ticket in PHP

I need to link Google Sheet with my Laravel

how to see if database exists with PDO [duplicate]

Display specific shipping method if woocommerce product has specific acf field value

PHP-Sort array based on another array?

how to youtube api data to print in toolset metabox using a button click before save-post

VichUploaderBundle error "Expected argument of type "File", "NULL" given" when submitting the form without selecting any file

Center point of multiple gps coordinates with php

Display Link Title Instead of URL in XSL

Array to string conversion

PHP drop down list using array's and foreach (else and for) code

Form Validation and Submission to database

Download & Save Zoom Recording in directory by PHP

How to connect to MSSQL Server with PHP from Ubuntu 18.04?

About Contact Privacy policy Terms and conditions