Skip to content

bartonlp/bartonlp.org

Repository files navigation

This is the www.bartonlp.org domain which lives in /var/www/html.

This site uses AltoRouter to route the pages. AltoRouter is at https://github.com/dannyvankooten/AltoRouter. The .htaccess file must be modified for the router:

  RewriteEngin on
  RewriteRule ^$ altorouter.php [L]
  RewriteCond %{REQUEST_FILENAME} !-f
  RewriteRule . altorouter.php [L]

These are the pages in this directory:

  index.php
  test.php
  contact.php
  getmyip.php
  finduser.php

These can all be displayed by just entering the page name. For example to display the index just enter index.x.php. These pages can also be displayed by just entering these names: test, getip, contactus/{name}, finduser/{name}/{id}, (replace {name} with a single name, {id} with a number). This goes through altorouter.php which uses the AltoRouter Class.

Enter https://bartonlp.org/test. From test you can exersise the demo.

Contact me at bartonphillips@gmail.com
My home page is https://www.bartonphillips.com

About

My second server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published