• 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 do I loop through an MS SQL database with VB.NET?

stay with the last 15 elements of an array [duplicate]

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

how to make my own auto increment in php?

Assign output of PHP function to a variable

PHP function Not Working As Expected From functions.php Include File

Render the content of default_filter.php in Joomla front-end

How to insert data from multiple select dropdown values into database?

Invalid value in field "itemtype" in Google Search Console

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

Custom API and cunsuming in php?

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

Form Validation and Submission to database

possible options to create pdf file using html elements to generate invoice in php and codeigniter

Redirect to previous page with php

About Contact Privacy policy Terms and conditions