<div dir="ltr">HI,<div><br></div><div>I have a site working on rhel5.11 and I need to transfer it to ubuntu but images point to <a href="http://www.mysite.com:81/">www.mysite.com:81/</a><span style="background-color:rgb(255,255,0)">sites/default/files/images</span>/ instead of <a href="http://www.mysite.com:81/">www.mysite.com:81/</a><span style="background-color:rgb(255,255,0)">sdcwa/sites/default/files/images</span><br></div><div><br></div><div>I am new to Ubuntu, I just do not know what else to do.  I tried following certain</div><div>tutorials but to no effect.</div><div>I was able to install drupal6 and run it but I am not able to run my drupal 6 site sdcwa.</div><div><br></div><div>HELP HELP HELP..........</div><div><br></div><div>I have tried setting it on several files but no luck</div><div><span style="background-color:rgb(255,255,0)">setting.php</span></div><div><div># $base_url = &#39;<a href="http://www.example.com">http://www.example.com</a>&#39;;  // NO trailing slash!</div><div>$base_url = &#39;<a href="http://www.mysite.com:81/sdcwa">http://www.mysite.com:81/sdcwa</a>&#39;;  // NO trailing slash!</div><div><br></div></div><div><br></div><div>on my<span style="background-color:rgb(255,255,0)"> .htaccess</span></div><div><div>RewriteBase /sdcwa</div><div><br></div><div>  # Rewrite URLs of the form &#39;x&#39; to the form &#39;index.php?q=x&#39;.</div><div>  RewriteCond %{REQUEST_FILENAME} !-f</div><div>  RewriteCond %{REQUEST_FILENAME} !-d</div><div>  RewriteCond %{REQUEST_URI} ^/sdcwa/</div><div>  RewriteCond %{REQUEST_URI} !=/favicon.ico</div><div>  RewriteRule ^(.*)$ /sdcwa/index.php?q=$1 [L,QSA]</div><div>&lt;/IfModule&gt;</div></div><div><br></div><div><br></div><div>and <span style="background-color:rgb(255,255,0)">000-default.conf</span></div><div><div>&lt;VirtualHost *:81&gt;</div><div># Alias /sdcwa /var/www/html/sdcwa</div><div>  <a href="mailto:ServerAdminroot@mysite.com">ServerAdminroot@mysite.com</a></div><div>  DocumentRoot /var/www/html/sdcwa<br></div><div>  &lt;Directory  /var/www/html/sdcwa&gt;</div><div>        Options +FollowSymLinks</div><div>        AllowOverride All</div><div>        Order allow,deny</div><div>        Require all granted</div><div>        Allow from All</div><div><br></div><div>  &lt;/Directory&gt; </div><div>&lt;/VirtualHost&gt;</div><div><br></div></div><div>THANKS!!!</div><div><br></div><div>Nestor</div></div>