• 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

Doctrine 2 mapping referencing unique key

PHP - installing Xdebug on Mac with XAMPP (Unix File)

Laravel database insert with combining array and string

Sum column values from multiple arrays

how to remove white space in select 2

I'm trying to use curl with php but getting this error:Could not resolve host: Bearer

Unable to run composer install

getting error while enter Command => php artisan route:list

Laravel PackageManifest.php: Undefined index: name

Custom API and cunsuming in php?

Add a text next to stock quantity if it is less than 10 in Woocommerce single product

woocommerce get_order_report_data to show order_item_id

Prestashop cUrl Login

Call to a member function fetch_field() on a non-object MySQLiDB

PHP Imap , php 7.4.3 on mac osx catalina

About Contact Privacy policy Terms and conditions