Routing https requests

Automatic Routing

Every http request is directed to index.php if the file or folder does not exists using htaccess or Nginx.

Open the website and change header.php,footer.php and files in pages/ folder for changing contents behaviour.

For beautiful url we chunck Request_URI as $p1,$p2,$p3,$p4 for the parts of the url /$p1/$p2/$p3 .