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

Home » FUDforum Development » FUDforum 3.0+ » url rewrite without /index.php/
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon7.gif  Re: url rewrite without /index.php/ [RESOLVED] [message #162923 is a reply to message #162922] Mon, 30 August 2010 13:53 Go to previous messageGo to previous message
INVY is currently offline  INVY   Italy
Messages: 33
Registered: November 2009
Karma:
Member
File:

/include/compiler.inc

code:

$cmpl['ROOT'] = 'index.php';

replace:

$cmpl['ROOT'] ='';

file:

.htaccess:

code:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php/$1 [L]
</IfModule>
[Message index]
 
Read Message
Read Message icon7.gif
Read Message
Previous Topic: Problems with install in current SVN revision
Next Topic: problem FEED
Goto Forum:
  

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

Current Time: Thu Sep 19 21:43:26 GMT 2024

Total time taken to generate the page: 0.05004 seconds