Need Help, After copying a webiste using HTTrack, how do I input it into wix or workpress

Joined
Mar 3, 2025
Messages
26
Reaction score
7
I have copied a website using HTTrack, now how do I input that info into a wix or Wordpress site so that the website appears and I can make edits on the website platform?
 
HTTrack copies static HTML. Wix does not support direct import. WordPress (self-hosted) can upload files and convert them into themes, or use plugins to import content. It is recommended to rebuild manually for editing
 
If you used HTTrack you should have a folder located in your installation with the website files ( HTML , CSS , JS )

You can upload that files into your webserver/hosting/VPS/localhost and that’s it.

In order to modify the files of the website you only have to open the index.html file and there is the full code provided by HTTrack
 
Back
Top