Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

gudoy/PHPGasus-Mu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHPGasus-Mu

Lightweight version of PHPGasus with only the following modules:

PHPGasus\Core PHPGasus\Request PHPGasus\Response

INSTALLATION

  1. Add the following rules to your vhost or in a .htaccess file in the root of your project folder
# Active rewrite rules engine
RewriteEngine on

# (un)comment this to force redirect all requests from http to https  
#RewriteCond %{HTTPS} off
#RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [NC,R,L] # no case, force redirect, last rule 

# Redirect every request to index.php (request params in arguments)
RewriteRule ^((?!index|public|favicon\.ico).*) index.php/$1/%{QUERY_STRING}	[L]
  1. Extract the files in the root of your project folder

USAGE

LICENSE

MIT license

About

Lightweight version of PHPGasus

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages