<?php echo Html::anchor(NULL, 'Ínicio'); ?>
<IfModule mod_rewrite.c> RewriteEngine on RewriteBase /portfolio/public RewriteRule ^(/)?$ index.php/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
Davide Bellini wrote on Wednesday 18th of May 2011:In "config/config.php" set 'index_file' configuration to false
Jelmer Schreuder wrote on Wednesday 18th of May 2011:Either use an .htaccess to rewrite all requests to /public/index.php or just move the files from public to your root and edit the relative paths to your app, core & packages dirs in the index.php.
It looks like you're new here. If you want to get involved, click one of these buttons!