This is a simple php website developed for multipurpose objective
- Download and Install XAMPP
- Install any Text Editor (Notepad++ or Visual Studio Code or Atom etc...)
- Download as Zip or Clone this project
- Move this project to Root Directory into
ytronic
folder
Local Disc C: -> xampp -> htdocs -> 'ytronic'
Local Disk C is the location where xampp was installed
-
The
yt-config.php
file contains the configuration of the website -
Open XAMPP Control Panel and Start 'Apache'
-
On your browser type the address
http://localhost/ytronic/
-
Go to
ytronic -> yt-content
, clonefaqs.php
, rename towebpage.php
and edit the title, content, metas, etc... -
Open
ytronic -> yt-template -> nav-menu.php
and go toline 11
and add this:
'webpage' => 'Webpage',
- Refresh your browser and a new menu item should be appear
Licensed under GNU General Public License v2 or later