My domain is pointed to the correct file so my Temporary page shows up when I go to my site, Within the Temporary page's script it points to the images folder and the image to display but it only shows the Alt Text instead of the image(s)
*Set up example...
@ public/web.php
www public/web.php
(Question: When I do this and leave out the .php it creates a folder named Web in that directory and does not display a page, If I add .php it gives an error but actually loads the correct page, Why/am I doing this wrong? Also am I needing an images folder pointer here and what should that look like if so?)
*Public Directory...
Images
web.php
(lots of other stuff but I just need the basics to work lol *facepalm*)
*Web.php picture calling script example...
<a name="top"></a><img src="Images/webImg.png" alt="clanHeader" etc
=What have I left out/done wrong here?
Thanks in advance to anyone who can help me out
