Quantcast
Channel: CodeIgniter Forums - All Forums
Viewing all articles
Browse latest Browse all 14348

Name of project in prod url

$
0
0
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
   RewriteBase /project/

config.php
PHP Code:
$config['base_url'] = 'http://localhost/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
               var pathArray = window.location.pathname.split( '/' );
               var uri_1 = pathArray[2];
who's works fine in local but can't works in prod because the name of project is not in the url...

Viewing all articles
Browse latest Browse all 14348

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>