Goldfish CMS Apache

Twan

Active Member
Feb 14, 2011
198
44
Hi,

So, I want to use Goldfish with Apache on a Ubuntu Server. Ive got it to work, the only thing is I need to put index.php between everything, so instead of /login, i need to do /index.php/login.
Anyone knows how to fix this?

This is my htaccess:
Code:
<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

    RewriteEngine On

RewriteRule ^(.*)/$    /$1
RewriteRule ^    index.php
</IfModule>

I hope someone can help me.

Regards,
Twan
 

Users who are viewing this thread

Top