0
Welcome Guest! Login
0 items Join Now

Fixing permissions on your Joomla Site.

  • Fixing permissions on your Joomla Site.

    Posted 14 years 4 months ago
    • I want to share this tip with yours:

      The tip is about chmod in our joomla, specify about fixing the chmod in our Joomla site.

      Requirements: Acces to shell on your hosting server.

      We can set all the files or folders in our server with a specific chmod.

      Look for the /pathofyourjoomlasitet/ -type d -exec chmod 755 {} \;

      Look for the /pathofyourjoomlasitet/ -type f -exec chmod 644 {} \;

      Replace the path “/pathofyourjoomlasitet/” with the path of your Joomla! root.

      The first line will change the permissions for all folders to 755 and the second one will change the permissions of all files to 644.
    • "The smart woman is not one that have a big knowledge, but rather the woman with little knowledge do so much."

      How to get a help quicker:
      www.rockettheme.com/forum/index.php?f=15..._v=viewtopic#p773136
    • Ben Lee's Avatar
    • Ben Lee
    • Elite Rocketeer
    • Posts: 4193
    • Thanks: 42

    Re: Fixing permissions on your Joomla Site.

    Posted 14 years 4 months ago
    • Thanks for posting! :cheesy:

      It's also a good idea to go back and change the permissions of the configuration.php file to 444 and also the .htaccess file.
    • Henning's Avatar
    • Henning
    • Preeminent Rocketeer
    • Posts: 29362
    • Thanks: 954
    • Volunteer

    Re: Fixing permissions on your Joomla Site.

    Posted 14 years 4 months ago
    • ... I think the akeeba admin-tools offer a global permission change too ...
  • Re: Fixing permissions on your Joomla Site.

    Posted 14 years 2 months ago
    • This does not work. Example:

      /home/mysite/www/ -type d -exec chmod 755 {} \;

      returns:
      bash: /home/mysite/www/: is a directory
  • Re: Fixing permissions on your Joomla Site.

    Posted 14 years 1 month ago
    • Your hosting plan is using cPanel?
      If you're using that, you need to put a "*". It's because when you run the command for directories, you need to add it to the path.
    • "The smart woman is not one that have a big knowledge, but rather the woman with little knowledge do so much."

      How to get a help quicker:
      www.rockettheme.com/forum/index.php?f=15..._v=viewtopic#p773136

Time to create page: 0.068 seconds