2005/9/14 3:08
Bassman
Friend of XOOPS
Posts: 1272
Since: 2003/5/23
2005/9/14 4:56
WarDick
Just can't stay away
Posts: 890
Since: 2003/9/13
2005/9/14 7:46
2005/9/14 8:03
chapi
Theme Designer
Posts: 611
Since: 2002/1/22
RewriteEngine on RewriteRule ^(.*) modules/$1 [L]
2005/9/14 21:57
2005/9/14 23:01
just4fun
Just popping in
Posts: 55
Since: 2003/7/28
if (file_exists('./xoops_version.php')) { $url_arr = explode('/',strstr($xoopsRequestUri,'/modules/')); $module_handler =& xoops_gethandler('module');
// default behaviour if(is_array($url_arr) && count($url_arr) > 1) { $xoopsModule =& $module_handler->getByDirname($url_arr[2]); } else { if(strpos($xoopsRequestUri,"news") != false) { $xoopsModule =& $module_handler->getByDirname("news"); } else if(strpos($xoopsRequestUri,"forums") != false) { $xoopsModule =& $module_handler->getByDirname("forums"); } ..... unset($url_arr);
RewriteEngine on RewriteRule ^index.html index.php RewriteRule ^newshtml /modules/news/index.php RewriteRule ^news_[A-Za-z]*_([0-9][0-9]*).html /modules/news/index.php?storytopic=$1 RewriteRule ^news_view_([0-9][0-9]*).html /modules/news/article.php?storyid=$1
2005/9/14 23:44
2005/9/15 17:07
otr222
Not too shy to talk
Posts: 124
Since: 2005/5/13
just4fun wrote:If any of you guys are interested in this hack lemme know i'll publish steps in detail...
2005/9/15 21:44
2005/9/15 23:26
Advanced Search
262 user(s) are online (165 user(s) are browsing Support Forums)
Members: 0
Guests: 262