Name of project in prod url |
Hi
My project is http://localhost/project and I would like to have the name of the project in production url How can I make this work ? .htaccess Code: RewriteEngine On config.php PHP Code: $config['base_url'] = 'http://X.X.X.X/project/'; This configuration doesn't works. Any idea ? is it possible ? Why a configuration like this ? Because I have some javascript files like list: Code: // Définition des variables selon la page |
Messages In This Thread |
Name of project in prod url - by krislec - 01-20-2017, 04:06 PM
RE: Name of project in prod url - by krislec - 01-21-2017, 12:42 PM
|