- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: Access to the php.ini file
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
I tried to get access to the php.ini file.But I allways get the answer: 404 The requested URL /etc/php/apache2 was not found on this server.
The path was: https://192.168.1.101/etc/php/apache2
ReadyNAS-102, SSH is on, OS 6.2.5
How and with witch tool can I open the path to the php.ini file?
Thank you
Thomas
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your help.
I did it this way, but I suggest do use WinSCP instead of Putty. WinSCP is also free and much more confortable than Putty.
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Access to the php.ini file
you need ssh enabled on the NAS, and use the cli interface to copy the file to a folder you can read.
On a Windows PC you can use putty to connect with ssh, on a Mac you can use terminal.
After you edit it, you use the cli interface to copy the folder back. With Windows make sure you use an editor that preserves linux formatting. Notepad++ will work (notepad and wordpad will not).
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your help.
I did it this way, but I suggest do use WinSCP instead of Putty. WinSCP is also free and much more confortable than Putty.