Use URL Mapping in Hide My WP Ghost

To activate this feature, go to Hide My WP > Overview.

URL Mapping was created to help you change JS and CSS URLs that Hide My WP Ghost didn’t change into custom once without breaking the website functionality.

You can add a list of URLs you want to change into new ones.

It’s important to include only internal URLs from your frontend source code after you activate the plugin in Safe Mode or Ghost Mode.

Example:
from: https://yourdomain.com/assets/f9f4ca341/main.css
to: https://yourdomain.com/mystyle.css

or

from: https://yourdomain.com/assets/f9f4ca341/
to: https://yourdomain.com/custom_assets/

Note: If you have Nginx server, don’t forget to reload the service after you save the settings.

Related Post