Hello Eric,
correct, i have put the PowerCMS in a subfolder because some of de folders have the same name as those in my site; I did not know another way of avoiding overwriting folders.
The change i made gives an error like this:
Error creating folder "/home/httpd/vhosts/mysite.com/httpdocs/PowerCMS folder/..images/" (mkdir() [<a href='plugins/function.mkdir'>function.mkdir</a>]: Permission denied)
I spend many hours on this subject but could not solve it. So i send you the code to see if you can help me out. (picture of my site structure added)
<?php
  $WAGLOBAL_Root_URL = "http:///home/httpd/vhosts/mysite.com/ /" ;  //Absolute path to your site folder.
  $WAGLOBAL_Site_Name = "mysite" ;
	
  $WAGLOBAL_localRoot  = "/PowerCMS folder/"; //relative path to your PowerCMS files on your local testing server.
  $WAGLOBAL_remoteRoot = "/PowerCMS folder/"; //relative path to your PowerCMS files on your remote server.
	
  //iRite Images upload settings
  $WAGLOBAL_Images_Folder = "images/";  //relative path to your images folder.
  $WAGLOBAL_Swf_Folder    = "swf/";    //relative path to your swf folder.
 
  // Admin Settings
  $WAGLOBAL_Admin_UserName = "user" ;
  $WAGLOBAL_Admin_Password = "passw" ;
?>
Thanks again,  Peter


