Chat Online
Support

Forum

A place for Dynadot and community experts alike to ask questions, share ideas, and more.
Where does Zantastico X Wordpress package install on VPS?
10/9/2014 07:45
I successfully installed WP on my domain. I just don't know where those files can be found. I want to use Coda to manually install plugins and themes instead of the WP admin. I've successfully connected to my VPS through Coda with my user/pass and can see all my server files and folders. I just can't seem to find any of the WP directories.
Reply Quote
10/10/2014 11:36
Thank you for this n_h_roseville_us. It is very helpful. =]
Reply Quote
10/9/2014 07:52
Just found it with the following SSH command.

find / -name wp-content -type d -print

The path is /var/zpanel/hostdata/zadmin/public_html/yourdomainfolder/wp-content
Reply Quote
10/9/2014 07:52
Just found it with the following SSH command.

find / -name wp-content -type d -print

The path is /var/zpanel/hostdata/zadmin/public_html/yourdomainfolder/wp-content
Reply Quote