define('APPPATH', realpath(__DIR__.'/application/app/').DIRECTORY_SEPARATOR); define('PKGPATH', realpath(__DIR__.'/application/packages/').DIRECTORY_SEPARATOR); define('COREPATH', realpath(__DIR__.'/application/core/').DIRECTORY_SEPARATOR);
<IfModule mod_rewrite.c> RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ index.php/$1 [L] </IfModule>
It looks like you're new here. If you want to get involved, click one of these buttons!