Accessing wordpress directory and files in Openlitespeed

#1
Hi All,

I have installed openlitespeed wordpress on my google cloud hosting and now I want to access files and folder of wordpress can anyone tell me how can I access directory where wordpress is installed?
Thank You,
Aditya
 

Pong

Administrator
#2
It depends on how did you install openlitespeed and wordpress. You can normally check OLS Web Admin console for your virtual host doc_root.
 

ubob

New Member
#3
Hi All,

I have installed openlitespeed wordpress on my google cloud hosting and now I want to access files and folder of wordpress can anyone tell me how can I access directory where wordpress is installed?
Thank You,
Aditya
The default web root is located at /var/www/html
you can use
Code:
ls /var/www/html
to see the contents of a directory
 
Top