Recent content by olsnoob

  1. O

    Rewrite to index.php

    Hi, Access to the root folder does not redirect to index.php. How do I rewrite such that it redirects to index.php? I've tried adding this to vhost/rewrite: RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule . index.php [L] Thanks in advance!
Top