Skip to content

Tutorialshore

Tutorialshore

  • python
  • MySQL
  • Linux SSH
  • AWS
  • wordpress
  • Technology
  • Others

Month: July 2020

Remove index.php from the URL using .htaccess

Here is the .htaccess code to Remove index.php from the URL using .htaccess

RewriteEngine On
RewriteBase /
RewriteCond %{THE_REQUEST} index\.php
RewriteRule ^index\.php$ https://www.tutorialshore.com/ [R=301,L]

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index\.php [L]

Author adminPosted on July 7, 2020July 7, 2020Categories OthersLeave a comment on Remove index.php from the URL using .htaccess

Recent posts

  • fix phpmyadmin 403 forbidden error in xampp / lampp ubantu
  • ssh command restart Lampp in Linux
  • List of best movies for learning English
  • PayPal payment integration code with auto return URL in sandbox mode
  • Drupal 8 Query to get category info
  • How to clear Drupal 8 cache without using drush command or admin login
  • I am trying to download a from Google Drive . it says it is creating a zip. After I wait for the process to finish, it says it is done and then disappears, never to be seen again
  • Remove index.php from the URL using .htaccess
  • No input file specified error .htaccess files
  • What is Walrus Operator in Python
  • Static methods in Python example
  • machine learning project in python for beginners

Recent Comments

  • admin on How to Set a cookie attribute Samesite value in PHP ?
  • admin on How to install Django python framework in windows 10
  • michaelB on How to install Django python framework in windows 10
  • Sunil on No input file specified error .htaccess files
  • Kannan on All inside pages are redirecting to http://localhost/dashboard/ in WordPress xampp localhost

Archives

  • November 2020
  • September 2020
  • August 2020
  • July 2020
  • June 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • September 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016

Categories

  • AWS
  • English
  • facebook API
  • Linux
  • Linux SSH
  • Mathematics
  • Movie
  • mysql
  • Nature and travel
  • OOPS Concept
  • Others
  • python
  • Technology
  • Twitter api
  • wordpress
  • python
  • MySQL
  • Linux SSH
  • AWS
  • wordpress
  • Technology
  • Others
TutorialshorePercentage Calculator