Skip to content

jacob9706/WebFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebFramework


###Tips### Add the following to your .htaccess file to use the framework's 404 template for php files.

<Files ~ "\.php$">
    ErrorDocument 404 /core/error_templates/404.php
</Files>

Note: path is relative to DocumentRoot. Look here for more info.

About

My newest web framework including a template system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages