hi,
i've installed elgg on my site using sub folders.... so it looks like this:
i want to redirect it to
www.mysite.com ...so that when people go to my site, elgg shows up right away. i've been trying to edit the .htaccess file for about 10 hours now and i can't get the rewrite/redirect thing to work. i have no idea what command goes where, i've never done this before and i've been looking all over the internet but couldn't really find anything to fix it.
i'd really appreciate it, if someone could help me out here.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Mister N@mistern

Mister N - 0 likes
You must log in to post replies.I'm having this problem too, i successfully redirected my domain name to my subfolder (ex.www.mysite.com/subfolder into www.mysite.com)
This is my .htaccess on my rootdirectory of my site (www.mysite.com)
RewriteCond %{HTTP_HOST} ^(www\.)?mysite\.com$
RewriteCond %{REQUEST_URI} !^/subfolder/
RewriteRule ^(.*)$ subfolder/$1 [L]
but the thing is, whenever i click the link to my other pages of my site it will display my subfolder name again in my domain name
(ex.www.mysite.com/subfolder/pg/photos/view/133/photo)
(ex.www.mysite.com/subfolder/pg/dashboard/),
has anyone figured out what's the best solution for this.?
I think it has something to do with the " .htaccess in my elgg root directory"