Search the Community
Showing results for tags 'need-guidance'.
-
Hey there, im quite new to the whole backend thing. im mostly a frontend type. But i wanted to host a few low traffic sites on a vps i rented. So i setup a vps using ubuntu 22.04. i installed apache2 and then followed a guide to create a few websites. this all works quite well. Now the problem comes when i tried installing processwire onto the first site. The installation went fine and it shows me the starting page with some home text. but when i try to call for the admin page using /cp/ in my case it gives me a 404 error. I looked on the internet and people said to test my htacces file. and when i add some random text in it. the site stays the same. so the htacces isn't being read. i already change basically all .conf files in my virtualhosts to say "AllowOverride All". Below ill have a photo of my structure and files. please help me out here. This below is the virtualhost of my kitchdesign.nl.conf file in /sites-available/
-
Hello PW-ers, I'm a newbie to this CMF, and totally fallen in love with this sexy framework. I knew that ProcessWire documented very well, but nothing is faster to handle a new framework than building a new project. The application (reading online book) I want to build will be same like normal CMS but, It should have fields / entities like this: Books Books > Chapters (a book may have over thoudsand of chapters) Authors Publishers Posters (Book may be uploaded by any registered members) Images (Thumbnail, it should be picked and uploaded via input type=files) Rating (a book can be rated by readers, like any forum software rating system, in social networking world this aka Likes) Date created / updated Please suggest/guide me how to create and maps fields (or what is this call) in ProcessWire like above description. I still don't understand the connection between fields (in backend) between variables (how to use it) in template, please give me few example if possible. Any help would be appreciated, Hector.