• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

server path question

P

prozac

Guest
A totally noob question i know. But im struggling to find the info.

I have installed iispassword onto my server. it gives me the same htaccees structure that unix has. I have a add-members script from my payment company. the scipt exectues fine. But i need to know how to work out the server path to my htaccess file?

so if my physical path is C:\Inetpub\vhosts\****************.COM\httpdocs\pcom\.htpasswd
how do i work out what my server path to this file is?

many thx in advance
 
you can create a php file like info.php
with the text into

<?php
phpinfo();
?>

and just look in the page
 
It will be good to use Plesk protected folders feature
Take a look at it the near'bout the same as .htaccess

John S.G.
 
Back
Top