Options -Indexes RewriteEngine On # Send all non-existing files/folders to Randa public index RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ /../randa/public/index.php/$1 [L,QSA]