![]() |
subdomains vs. folders
I am making a little kinda of a review site, i would like to know what is best, to put each review in a subdomain or just in a folder on a root domain, what would be best for the SE's you guys think?
|
In this particular case, I believe subfolders would be best.
|
make a new domain for each review.
|
:thumbsup :thumbsup :thumbsup
Quote:
|
Quote:
|
Quote:
Subdomains are like domains themselves, good for different sites. |
i guess subfolders would be better... (i asked the same question on some boards and got the same answer...)
|
folders better for me
|
Thanks a bunch for the info :)
|
Quote:
Options +FollowSymLinks RewriteEngine On # mod_dir fix RewriteCond %{HTTP_HOST} !^(www\.)?domain\.com$ [NC] RewriteCond %{HTTP_HOST} ^(.*\.)?([^\.]+)\.domain\.com$ [NC] RewriteCond %{DOCUMENT_ROOT}/subs/%2%{REQUEST_URI}/ -d RewriteRule [^/]$ http://%2.domain.com%{REQUEST_URI}/ [R=301,L] # strip sub subdomains RewriteCond %{HTTP_HOST} ^.*\.([^\.]+\.domain\.com)$ [NC] RewriteRule ^(.*)$ http://%1%{REQUEST_URI} [R=301,L] # abc.domain.com --> /subs/abc/ RewriteCond %{ENV:REDIRECT_STATUS} ^$ RewriteCond %{HTTP_HOST} !^(www\.)?domain\.com$ [NC] RewriteCond %{HTTP_HOST} ^([^\.]+)\.domain\.com$ [NC] RewriteCond %{DOCUMENT_ROOT}/subs/%1/ -d RewriteRule ^(.*)$ /subs/%1%{REQUEST_URI} [QSA,L] |
| All times are GMT -7. The time now is 07:03 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123