Skip to content

sibanandamohapatra/checkout_assessment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

checkout_assessment

did not change the project folder name after pull the project

if you want to change the project folder name then you also change in public/.htacess file

example if you change the project folder name to XYZ

then open public/.htaccess file change this line

RewriteBase /checkout_assessment/public => RewriteBase /XYZ/public

then you also change in app/config/main.php file

define('URLROOT', 'http://localhost/checkout_assessment'); to define('URLROOT', 'http://localhost/XYZ');

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages