Hello
How do I modify the .htaccess file so that it will allow me to create new folders via FTP and access them via a browser as normal without Dolphin appearing with the following comment "Profile not available for view"?
Thanks
Hello
How do I modify the .htaccess file so that it will allow me to create new folders via FTP and access them via a browser as normal without Dolphin appearing with the following comment "Profile not available for view"?
Thanks |
Stoosh, i have never seen such an issue. if you create a directory from FTP, cPanel file manager, SSH, and its created from /root of the account, then you indeed should be able to access that directory.
there is no logical reason why you would be able to create /my_folder and possibly creating index.html 'Hello World' and call up http://yourdomain.com/my_folder/
and your index.html file should be served, if not then you possibly have something else misconfigurred?
Regards, DosDawg When a GIG is not enough --> Terabyte Dolphin Technical Support - Server Management and Support |
Hello
How do I modify the .htaccess file so that it will allow me to create new folders via FTP and access them via a browser as normal without Dolphin appearing with the following comment "Profile not available for view"?
Thanks Create a .htaccess file, and put this in it:
Options +Indexes My opinions expressed on this site, in no way represent those of Boonex or Boonex employees. |