This tool allows you to quickly generate SQL scripts for replacing specific URLs within your WordPress database. Simply enter the prefix you want to add before each URL and provide a list of URLs you wish to modify. Click the “Replace” button to generate the script, and then use the “Copy Script” button to copy it to your clipboard.
Instructions:
- Enter the prefix you want to add before each URL in the first input box.
- Enter the URLs you want to modify, one per line, in the second input box.
- Click the “Replace” button to generate the SQL script.
- Click the “Copy Script” button to copy the script to your clipboard.
Example:
Prefix: /special-characters/
URLs:
/cursive-symbols-fonts/
/d-special-characters/
/e-special-characters/
/hangul-filler-unicode-3164/
After clicking the “Replace” button, you will get a SQL script that adds the prefix /special-characters/
before each URL, suitable for updating your WordPress database.