Forum Moderators: phranque
domain.com/index.php => /index.php
sub1.domain.com/index.php => /index.php
sub2.domain.com/index.php => /index.php
RewriteRule .* $0?HOST=%{SERVER_NAME} [QSA,L] I have a shared hosting and I can't access to mod_log_config. Are there any solutions? Many thanks!
May be via .htaccess I can do like for this example:
RewriteRule .* $0?HOST=%{SERVER_NAME} [QSA,L]