SMF Support > Install and Upgrade Help

change forum url for joomla installation

<< < (2/3) > >>

Kindred:
add an htaccess line...
this may work...


--- Code: ---Options +FollowSymLinks
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www.YOURSITE.com/$ [NC]
RewriteRule ^(.*)$ http://www.YOURSITE.com/forum/$1 [NE,L,R=301]

--- End code ---

do note: with this in place, you would NOT be able to access anything on your root directory (i.e. joomla)

the thing is, I don't know if you can write an htaccess file to redirect everyone except you....  it COULD be possible, but it's beyond me.

sozino:
i'm gonna try next days. thank you!  ;)

ziycon:
Hi sozino, did you get this sorted or do you require further help? If your all sorted can this topic be mark solved?

sozino:
hi! i'm testing just now in xampp, i need some days yet  ::)

ziycon:
ok, well post back here when you've had a chance to do your testing and let us know how you get on.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version