Reputation: 43
I have access to a joomla 1.5 made site's backend as super administrator. Now what i want to do is, take that site down and set a simple html file as the site homepage. To do that i think i need ftp user/pass. Is there any way to get that pass from joomla backend? I can see some entries in Help>System info>Configuration file where $ftp_user:'xxxxxx' and $ftp_pass: 'xxxxxx'. Is there any way to know these values? Even if i can't get the ftp user/pass, can i edit/browse any file/directory using joomla backend in some way?
Upvotes: 4
Views: 4818
Reputation: 3845
Yes, if the FTP user/password is saved in the Joomla configuration.php file. At backend, go to the Global Configuration and view the HTML-source, search for jform_smtppass and find the password value next to it.
Only tested with Joomla! 2.5.6.
Upvotes: 1
Reputation: 3622
You don't have need of ftp details you can do this by using your simple super-admin control.Do this:- 1.create a new theme having just a simple HTML page and required css,images. 2.add this theme to joomla. 3.make this theme as your default theme,now you can see the html page that you recently integrated in your new theme.
Upvotes: 1