FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Suggestions » Shorten URLs with MOD_REWRITE
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Shorten URLs with MOD_REWRITE [message #28819 is a reply to message #22024] Fri, 11 November 2005 19:07 Go to previous message
hossam is currently offline  hossam   Egypt
Messages: 9
Registered: November 2005
Karma:
Junior Member
Works like a charm here too with some modifications..

in /include/compilers.inc $cmpl['ROOT'] = 's';

my mod_rewrite rules

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^/s(.*) /index.php/$1 [L]


my Fudforum installation dir is /
added AcceptPathInfo On in /etc/httpd/conf/httpd.conf

Now, forums looks "more" profissional as forum.com/s/t/3268/30e0a8b938d79cd5a1799ca5b455de6c/

Time to get rid of the session id part and to have articles name in URL for SEO purposes.

Cheers,
Hossam
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Users of FUDForm reply using wrong reply button
Next Topic: Edit User
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 10:36:10 GMT 2024

Total time taken to generate the page: 0.04512 seconds