Forum Moderators: phranque
Now, if i submit my site to search engines with "http://domain.com"
will it some how affects my page ranking or might even get banned?
RewriteEngine on
RewriteBase /
RewriteRule ^/*$ /forums/portal.php
RewriteRule ^/*index\.html?$ /forums/portal.php
Disclaimer: This is untested, test it first! Check the Apache URL Rewriting Guide [httpd.apache.org] if it doesn't work right.
This will rewrite requests for the home page to the forums page. Try all permutations of the home page when testing, i.e. http://www.example.com http://www.example.com/ http://www.example.com/index.htm
Or you can symlink the images directory in your www dir to forums/images maybe ... like
ln -s forums/images images
on the command line (if you're not using the images dir already that is).