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