From XAMPP (offline) to online hosting
-
Hi all.
I built a site in WP offline using Apache and MySql with XAMPP.
My idea was to prepare all and thenm load online via FTP (Mozilla).
But I’m facing a problem and don’t know if manual solution could create troubles inside php files (frankly guess so).I used the WordPress plugin offered by Bitnami/XAMPP.
The name in WP/XAMPP (created automatically) is “127.0.0.1/wordpress/..”
for example one of permalinks is:
https://127.0.0.1/wordpress/wp-content/uploads/custom-css-js/products.js
while for our other sites an example is:
https://www.ars-vivendi.it/wp-content/uploads/press/prevenzione.jpg
Now I have to upload all but the name must become:
../biomotive.com.hk/wp-content/uploads/custom-css-js/products.js
.
I really don’t know if there is a plugin that automatically changes name to all: it should be good news.I already have the problem to manually change all the links inside my mod’s (my sites are always totally modified with child theme and many css, js, etc: this part I do manually, indeed … but how to change all rest inside WP structure?
Thank you in advance.
Regards.
Mauro (IT)
- The topic ‘From XAMPP (offline) to online hosting’ is closed to new replies.