| Re: SEF URLs in Xoops? |
| by noo-b on 2008/9/11 3:01:18 there is an interesting discussion here https://xoops.org/modules/newbb/viewtopic.php?topic_id=61842&viewmode=flat&order=ASC&type=&mode=0&start=0 |
| Re: SEF URLs in Xoops? |
| by hiflyer on 2008/9/11 2:41:42 anemic - that would be perfect! |
| Re: SEF URLs in Xoops? |
| by anemic on 2008/9/11 2:31:28 I use the userpage module and the apache mod_rewrite module to take http://site.com/~membername to redirect to members personal home pages. Mod_rewrite sends http://site.com/~ urls to a small php application that looks up the member and checks if the member has created a personal page. If the page exists the browser gets redirected to the correct personal page if not I use redirect_header to show a ten second message that the user personal page doesn't exist...and then they get sent on to the default site page. |
| Re: SEF URLs in Xoops? |
| by hiflyer on 2008/9/10 17:32:21 I'll take a look - thanks! |
| Re: SEF URLs in Xoops? |
| by dslchart on 2008/9/10 17:30:35 maybe this link .htaccess |