tiborsaas / iScaffold

A CRUD application generator for CodeIgniter
http://tiborsaas.github.io/iScaffold
GNU General Public License v3.0
88 stars 65 forks source link

Configurator - Forbidden #6

Open iipsarifudin opened 11 years ago

iipsarifudin commented 11 years ago

I download iscaffold..

edit database :

db['iscaffold']['hostname'] = 'localhost'; $db['iscaffold']['username'] = 'root'; $db['iscaffold']['password'] = ''; $db['iscaffold']['database'] = 'tesiscaffold'; // Just pick on of your database // you can select later which you want to use $db['iscaffold']['dbdriver'] = 'mysql';

Config :

$config['base_url'] = 'http://localhost/iscaffold/';

firts time i can view DB list .. so i change with following Kuporpal in last issue ( DB select Error ) "

  • And change:

  • "

    list DB fixed ....

    I choice tesiscaffold DB an click " Open configurator "

    and warning agains :

    Database table "sf_config" does not exists, click here to create it.

    I click " click here to create it. "

    and when i click it showing :

    Forbidden

    You don't have permission to access /iscaffold/< on this server.

    some body please help.. sorry for my bad english

    tiborsaas commented 11 years ago

    It will be the mod_rewrite module in Apache. You will need to enable it. In case you have it turned on, then make sure the .htacess is right. You can play with different $config['uri_protocol'] settings in config.php

    iipsarifudin commented 11 years ago

    thanks for you attention... I was enable mod_rewrite in apache ... btw .. im using wampserver #

    AllowOverride controls what directives may be placed in .htaccess files.

    # It can be "All", "None", or any combination of the keywords:
    #   Options FileInfo AuthConfig Limit
    #
    AllowOverride None  change to AllowOverride All 

    i was restart my wampserver ... but i still hape same problem

    Forbidden

    You don't have permission to access /iscaffold/< on this server. when i try to create sf_config ...please help.. i really newbie ..

    iipsarifudin commented 11 years ago

    Hi kowdermeister ... my problem was solved .... I change wamp to xamp ....