• 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.

httppd problem

P

Para@

Guest
Im running a game server. Im also trying to run a script which looks at screenshots from the game (which are located in the screenshot folder within the game directory).

I installed and used a different webserver and i got it working. When i tried it through Plesk it wouldnt work even after i entered the same code into the httppd file, the code was;

Code:
Alias /YOUR_SERVER_IP/ "/YOUR_PATH/America's Army/System/pb/svss/"

<Directory "/YOUR_PATH/America's Army/System/pb/svss/">
  Options FollowSymLinks
  AllowOverride All
  Order Allow,Deny
  Allow from all
  DirectoryIndex pbsvss.htm
</Directory>
Obviously i change the required parts.

Im guessing that the above code (which i insterted into the other webserver and worked) is not compatable with Plesk.

Could someone help me out and tell me the correct code to use (Synex, wording ect ect)

Thanks in adavnce.
 
Back
Top