Jump to content
Larry Ullman's Book Forums

donbooth

Members
  • Posts

    3
  • Joined

  • Last visited

Posts posted by donbooth

  1. 'showScriptName'=>false,

     

    (it is not included in my default install and I did not read the Yii Book carefully enough.

     

    Once added all worked as it should.

     

    Thanks to all.

     

    (and I hit myself on the head with a 2X4 - thanks to my friend Chris for pointing this out)

  2. AAArrrrgggg!!!

     

    Okay, I'm actually working through the book.  So I made a new yii site.

     

    www.mysite.com/music/thesiteforthebook.

     

    but my url is:

    http://10.10.10.105/music/index.php/site/index

     

    sucks.

     

    .htaccess is

    http://10.10.10.105/music/.htaccess

     

    and it says (copied from the book):

     

    <ifModule mod_rewrite.c> 

    # Turn on the engine: 

    RewriteEngine on

    # Don't perform redirects for files and directories that exist

    RewriteCond %{REQUEST_FILENAME} !-f 

    RewriteCond %{REQUEST_FILENAME} !-d

    # For everything else, redirect to index.php:

    RewriteRule ^(.*)$ index.php/$1 

    </ifModule>

     

     

    I know that this will not effect the first index.php (so I need a solution for that but....)

     

    Would someone please hit me in the head with a 2X4?

     

    Thank you.

×
×
  • Create New...