Jump to content

Je souhaite changer tous mes liens http en https via une requête SQL


Gavimse

Recommended Posts

  • 3 weeks later...
Il y a 6 heures, Audrey23 a dit :

To update all `http` links to `https` in your database, you can execute a simple SQL query. For example, if your table has a column storing URLs, use the following query: `UPDATE table_name SET url_column = REPLACE(url_column, 'http://', 'https://') WHERE url_column LIKE 'http://% ';`. This command will find and replace all instances of `http://` with `https://` in the specified column. It's important to back up your database before performing this operation to prevent any potential data loss.

1- merci de respecter la langue du topic et de la section du forum

2- répéter ne sert à rien

3- répéter la même chose déjà dites par d'autres membres me semble aussi inutile.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...