Difference between revisions of "Change File Permissions with PHP"
From Phoenix Cart User Guide
PeterRobert (talk | contribs) (Created page with "<span class="btn-grey"><historylink type="back">🠈 Back</historylink></span> <span class="btn-grey" style="color:#0088dd;">'''🠉 FAQS TIPS & TRICKS'''</span>...") |
PeterRobert (talk | contribs) |
||
| Line 3: | Line 3: | ||
<hr> | <hr> | ||
| + | *There are 2 '''configure.php''' files, ensure both have their file permissions changed. | ||
| + | **Important: '''includes/configure.php''' and '''youradmin/includes/configure.php''' are different files in different locations, never open both at once to avoid confusion and ensure they are uploaded/saved back to the correct locations. | ||
| + | *Set file permissions for these 2 files to 444 dependent on server host. This can be done in your host server account control panel or using FTP software e.g. using FileZilla, click file, right click, select '''File permissions...''' | ||
| + | **Important: Some servers do not allow file permissions to be changed to 444. | ||
| + | **In this case the file permissions must be changed by creating a php file to change them. | ||
| + | *Open | ||
Revision as of 14:55, 9 November 2019
<historylink type="back">🠈 Back</historylink> 🠉 FAQS TIPS & TRICKS
- There are 2 configure.php files, ensure both have their file permissions changed.
- Important: includes/configure.php and youradmin/includes/configure.php are different files in different locations, never open both at once to avoid confusion and ensure they are uploaded/saved back to the correct locations.
- Set file permissions for these 2 files to 444 dependent on server host. This can be done in your host server account control panel or using FTP software e.g. using FileZilla, click file, right click, select File permissions...
- Important: Some servers do not allow file permissions to be changed to 444.
- In this case the file permissions must be changed by creating a php file to change them.
- Open
Phoenix Cart User Guide, like CE Phoenix Cart, is free to use but is maintained by unpaid volunteers.
All other content is the reserved Intellectual Property and Copyright of phoenixcart.org