Skip to content

derekzhang5751/rivulet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File: httpd-vhosts.conf
<VirtualHost *:80>
    ServerAdmin webmaster@rivulet.com
    DocumentRoot "D:/WebProjects/rivulet/"
    DirectoryIndex index.php
    ServerName rivulet
    ErrorLog "logs/rivulet-error.log"
    LogLevel alert rewrite:trace8
    CustomLog "logs/rivulet-access.log" common
</VirtualHost>


File: httpd-userdir.conf
<Directory "D:/WebProjects/rivulet">
    AllowOverride FileInfo AuthConfig Limit Indexes
    Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec
    Require all granted
</Directory>


File:.htaccess
DirectoryIndex index.php
<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule ^(.*)$ index.php/$1 [L]
    #RewriteRule ^(.*)$ index.php?s=$1 [QSA,PT,L]
</IfModule>

Can not input char &.
Transaction type can not be keep when the second time.
Automatic import SCV data from bank.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages