Skip to content

YassineOuahidi/REST-PHP-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST-PHP

No description required

##Working Env To get the project working you need to clone it in htdocs of XAMPP directory. There is a bit of work to do to get it up and running the way it is sopposed to. When you open the XAMPP control panel, go to config on Apache model and select Apache (httpd.conf) and comment (using #) every line that includes the word DocumentRoot "path".

Add a line below the commmented line

DocumentRoot "path-to-xampp-htdocs-dir/path-to-project/public"

Save the changes and restart Apache.

You're all set.

##Descr The .htaccess file is used to redirect every request made to the site to index.php Read More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages