1
Hi
I created a third level domain name to bring up the links of forum like this in the browser bar, but does not work.
Here is the code for htaccess file:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} forum.myxoops.org
RewriteCond %{REQUEST_URI} !forum/
RewriteRule ^(.*)$ /forum/$1 [L]
Any suggestions?
Tnks