I'm new for PHP. I've installed Apache, MySQL, PHPmyadmin in Ubuntu 10.10.
Is there any way to access the contents(folder/files) of /var/www in browser like 'wamp' in windows OS?
|
I'm new for PHP. I've installed Apache, MySQL, PHPmyadmin in Ubuntu 10.10. Is there any way to access the contents(folder/files) of |
||||
|
|
You can usually do this calling it via "localhost" (http://localhost) in a web browser. In a File Browser you can gain access to these files by opening the folders with a file browser with elevated privileges. (for read/write access) Try Alt+F2 and After reading your comment I edited this answer. I can't say a suggestion for such a tool like a full featured GUI for all these requirements but you can install services like: phpMyAdmin
eXtplorer(third party)
And a few other in order to manage these tasks. For the case of Apache version you simply run a
This file is suggested to be at the very root of the The Good luck! |
|||||
|
|
For more information on lamp you can use this link on how to setup and access the files under /var/www |
|||
|
|