• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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