Is there any way to make the url to a users profile shorter, maybe groups also?
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.
RewriteRule ^tag/(.+)/?$ engine/handlers/pagehandler.php?handler=search&page=$1
RewriteCond %{THE_REQUEST} !.*search.* [NC]
RewriteRule ^([a-zA-Z0-9_-]+)$ pg/profile/$1
RewriteRule ^([a-zA-Z0-9_-]+)/$ pg/profile/$1
</IfModule>
Sorry; we could not find the specified profile.
that my own htaccess on XAMPP and workz oki;;
yr prob --> need closer looks
At least I get a page view with that. :)
could it be sub domain related?
@Woodward... found that simplecache must remain "OFF" for htaccess to provide both search and URL. Turn simplecache on and you will lose search. Spent 8 hours to find this out yesterday.
sweet.. one of these days, i'll get myself a real elgg website too. seems everyone else has got one.. except me ;;
Here is why for those whom are following this tread;
simplecache stores profile as " /pg/profile/xxxx"
htaccess converts profile to ".com/xxxx"
Search looks for tags in profile "/pg/profile/xxxx" not ".com/xxxx" Thus returning an error "can not find specified profile". as search looks in "user" tags, stored as "pg/profile/xxxx.
complicatedcache ? not "simple" ! but means you woiky doiki now ?!!!
or the reverse not quite sure
- Previous
- 1
- 2
- 3
- 4
- 5
- Next
You must log in to post replies.