• 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

dompdf and img tag, image wont show

I want to display default profile image if user do not have profile image

Laravel Unresolvable dependency resolving [Parameter #0 [ <required> $method ]] in class GuzzleHttpPsr7Request

Laravel get user data with profile

how to remove white space in select 2

How to set dynamic `home` and `siteurl` in WordPress?

PHPExcel How to set conditional formatting to change cell background color based on cells values

Insert a DIV after the 6th product only once in WooCommerce category archives

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

zsh: command not found: php

How can I easily switch between PHP versions on Mac OSX?

SMTP "Error: DATA not accepted from server!" Opencart 2.3 on InMotionHosting

Warning: Unknown: Failed to write session data using user defined save handler. (session.save_path: ) in Unknown on line 0

Can I use a WooCommerce function without any WooCommerce page?

Display a product custom field only in WooCommerce Admin single orders

About Contact Privacy policy Terms and conditions