Jump to content

zilli

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by zilli

  1. Hello, I'm about to suggest a CMF/CMS for a scalable project in my company and I really need your input here to get PW on board. The idea is simple - Build a main website - www.acme.com - And than build independent but related websites using the subdomains - product.acme.com / something.acme.com - Each subdomain will have their own website and staff team. What do I need? - All the websites should be able to have their own backend. The reason for that is because the staff from product.acme.com will be different from acme.com. So, I don't want a staff from product.acme.com to be able to "see" the acme.com backend. - To be able to setup independent pages design/features for each sub-domain. ===== It's something like google.com and their sub-domains. You have adwrods.google.com / maps.google.com / translator.google.com and so on. They keep their main brand visible - google.com - and add their different products from subdomains. In my case, the subdomains will only host another simple website. How would you approach this project? Please let me know if you need more clarification. Best regards, Zilli
  2. Hello all, Currently PW makes use/reference to the Apache HTTP server. However, we do have several other choices out there, and depending the use-case or the developer taste, Apache may not be the chosen one. So, why can’t we make PW HTTP server agnostic? It would be nice to see PW going neutral on this topic. Please share your thoughts. Cheers, Daniel
  3. Thanks Peter. I don't have a use-case now, I was just wondering how to do it. I just read the API docs and I'm starting to connect the dots. Thank you.
  4. Hello @Soma Yeah.. it worked. However, now I'm confuse. I'm just following the tutorial But what if I don't know how to code?, and I didn't create any other image field. Now I'm imagining how do I build a page that will display several images? You talked about array (and I believe that the 'first' is the array index, right?). Could you give me more details? Thank you a lot for your help.
  5. Hello everyone! I’m starting my PW journey and I’m enjoying it so far However, I’m having the exactly same problem as posted here https://processwire.com/talk/topic/10073-image-not-showing-up-in-tutorial/?hl=%2Bimage+%2B403 I’m running MAMP 3.2.1 on OSX 10.10.3 The issue is that the image doesn’t load on the page. It just gives me a broken link. If I click on the broken link I get: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access /site/assets/files/1015/ on this server.</p> </body></html> Here is my PHP code: <img src="<?php echo $page->promote->url; ?>" /> And my field to showed that I used the same name for it. More info: I changed the assets/file permissions to 777. It didn’t work. I changed MAMP user. It didn’t work. There is no error.txt under logs folder. There is no mod_security module. I hope I can get some help here. Regards, Daniel
×
×
  • Create New...