Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
nikirago committed Jan 28, 2020
1 parent caa1fed commit 6c164cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
RewriteEngine on

# set directory to FSL Install if your app is in a subfolder else set this to /
RewriteBase /gitprojects/dad-jokes_microservice
RewriteBase /

# test string is a valid files
RewriteCond %{SCRIPT_FILENAME} !-f
Expand Down
2 changes: 1 addition & 1 deletion config/fsl_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function configure()
{
option('fsl_version', "0.14");
option('env', ENV_DEVELOPMENT);
option('base_uri', "/gitprojects/dad-jokes_microservice"); //set if app is not in web root directory but in a subdirectory...
option('base_uri', "/"); //set if app is not in web root directory but in a subdirectory...
option('session', 'fsl'); // enable with a specific session name

//##############################################
Expand Down

0 comments on commit 6c164cf

Please sign in to comment.