From: Markitusss <marcos.a...@gmail.com>
Date: Thu, 15 May 2008 15:44:56 -0700 (PDT)
Local: Thurs, May 15 2008 6:44 pm
Subject: Pretty urls not working
Hi all,
I've been trying to run cake on a godaddy hosting service. mod_rewrite
www.mysite.com/index.php/controller/action and
On my computer, everything works fine with mod_rewrite, but I can'
I also tried this fix: https://trac.cakephp.org/ticket/812
1. The URL's need to contain the extra '?'. In app/config/core.php
define('BASE_URL',env('SCRIPT_NAME') . '?');
2. Need to extract the controller/view differently. Index.php (line
$uri = setUri();
Change this line to:
$uri = env('PHP_SELF') . env('QUERY_STRING');
but no luck...
Thanks in advance,
Best regards,
Marcos
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||