Guest User

Untitled

a guest
May 27th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. var $live_site = '';
  2. var $log_path = '/home/username/public_html/joomla/logs';
  3. var $tmp_path = '/home/username/public_html/joomla/tmp';
  4. var $ftp_root = 'public_html/joomla';
  5.  
  6. var $live_site = '';
  7. var $log_path = '/home/username/public_html/logs';
  8. var $tmp_path = '/home/username/public_html/tmp';
  9. var $ftp_root = 'public_html';
  10.  
  11. User-agent: *
  12. Disallow: /joomla/administrator/
  13. Disallow: /joomla/bin/
  14. Disallow: /joomla/cache/
  15. Disallow: /joomla/cli/
  16. Disallow: /joomla/components/
  17. Disallow: /joomla/includes/
  18. Disallow: /joomla/installation/
  19. Disallow: /joomla/language/
  20. Disallow: /joomla/layouts/
  21. Disallow: /joomla/libraries/
  22. Disallow: /joomla/logs/
  23. Disallow: /joomla/modules/
  24. Disallow: /joomla/plugins/
  25. Disallow: /joomla/tmp/
  26.  
  27. /etc/apache2/sites-enabled/000-default.conf
  28.  
  29. ServerAdmin webmaster@localhost
  30. DocumentRoot /var/www/subfolder
Add Comment
Please, Sign In to add comment