PDA

View Full Version : pointer domains and images not showing up.


MrChris
2-28-06, 01:54 PM
I have setup my 2 pointer domains to point to sub folders under the main HTDOCS folder on my host and all is working. Both subfolders for each pointer domain are running Joomla CMS. On 1 pointer domain everything is working just fine 100% on the other pointer domain everything works but Images and CSS content does not show. If I right click on the red X where the image would be It tells me the path and if I browse to that path via FTP client the files are there.

Domain2 is the one having the problem with images and CSS.

I have my .HTACCESS as follows!

RewriteEngine On
Options +FollowSymlinks
# RewriteBase /
RewriteCond %{HTTP_HOST} domain1.com
RewriteCond %{REQUEST_URI} !domain1/
RewriteRule ^(.*)$ domain1/$1 [L]

RewriteCond %{HTTP_HOST} domain2.com
RewriteCond %{REQUEST_URI} !domain2/
RewriteRule ^(.*)$ domain2/$1 [L]

Thanks for any help,

MrChris

stevel
2-28-06, 03:35 PM
We could help you a lot better if you gave us the real URLs and domains.

If you right cick on the broken picture and copy the link, is the link itself correct? It should not have FTP-type paths.

extras
2-28-06, 07:41 PM
Take look at the source of both domains, and compare the links.
Maybe you are using relative path in one, or some configurations are slightly different in the failing domain...