I would like to view my template in a browser using my locahost (testing server).
I have checked the forums and because it must be so basic no one seems to have detailed the answer.
FYI.. I also have the templates saved as files
Example Site name is: testsite
I am using XAMPP
2 ways I am “trying” to render the template in a browser:
Using the long file name (path) example: c:xampp/hotdocs/expressionengine/system/....
Naming the file in this fashion didn’t work… error “file not found”
Trying to use local host
http://localhost/testsite/.....
Also Received error no such file… (I don’t know how using the site name of the web site plays in displaying a template) or how to use the basic EE Building Blocks of a URL.
Meaning a normal internet browser: http://testsite.com/index.php/templateGroup/TemplateName
Now on a localhost: ??? http://localhost/testsite/???? or ???
My question is how can I display the template using localhost and how/if it is possible to render a template by naming the template/file using the path name as above.
Thanks for your Help!