CCAtAlvis / HyperLocal

The locally social app!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HyperLocal

The locally social app!

0. Setup

0.0 Setting Routes

  1. Enable rewrite module in httpd.conf
LoadModule rewrite_module modules/mod_rewrite.so
  1. And make sure AllowOverride is set to All for the directory
<Directory "${SRVROOT}/htdocs">
    Options Indexes FollowSymLinks
    AllowOverride All
    Require all granted
    ...
</Directory>
  1. and the .htaccess file exist!

About

The locally social app!


Languages

Language:PHP 69.3%Language:CSS 16.3%Language:JavaScript 14.4%