• 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

Fatal error: Uncaught TypeError: count(): Argument #1 ($var) must be of type Countable|array, null given in

how to make my own auto increment in php?

Mysqli multi query error

SlimExceptionHttpNotFoundException

Unable to Edit config.inc.php

loop through an anchor id

How to change product Image when variables are selected in Shop and Archive Pages?

Unable to create lockable file - Laravel 8 & PHP 8

get folder directory from input type file - PHP

how to see if database exists with PDO [duplicate]

Why i get wrong output for html markdown?

Get lat/lon from google maps url ftid (hex)

Laravel/ PHP: Order By Alphabetical with numbers in order [duplicate]

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

SMTP ERROR: MAIL FROM command failed: 530 5.7.0 Must issue a STARTTLS command first when using PHPMailer

About Contact Privacy policy Terms and conditions