-
Content Count
10 -
Joined
-
Last visited
Community Reputation
6 NeutralAbout VeenarM
-
Rank
Jr. Member
- Birthday 03/07/1985
Profile Information
-
Gender
Male
-
Location
Canberra, Australia
Contact Methods
-
Skype
veenarm
Recent Profile Visitors
1,986 profile views
-
I'm using cPanel through NetVirtue which runs LiteSpeed and it's running fine.
-
Early days, I'm mostly doing it for him still Yeah, ProCache had a cached broken version of that version of the page.. should be fixed now! should really fix cloudflares redirects
- 3 replies
-
- sustainable
- homes
-
(and 2 more)
Tagged with:
-
2. Or, add a meta generator tag within your document <head> <meta name="generator" content="ProcessWire"> Mine has ProcessWire 2.6.1 is that ok?
-
I rebuilt my brothers website from it's WordPress theme/plugin into a ProcessWire designed theme. Mostly because it was build poorly, half the things didn't work and it kept getting attacked through 3rd party plugins, and not knowing much about WordPress other that omg I hate it - decided to look else where! Turned out nice I thought, easily modifiable pages/projects with tagging showcase etc, and using FormBuilder with bootstrap theme for contact form, also ProCache. Will look to try use ProcessWire for further projects, very nice to use as a dev. Cheers John
- 3 replies
-
- 4
-
-
- sustainable
- homes
-
(and 2 more)
Tagged with:
-
Yes that's the intended for the moment. The Module does the auto-redirect, I can't figure out how to send it to the other subdomain at the moment with out doing string manipulations. At the moment its kind of like if $page-> url ="/" && $page->id != 0 and its title is in the host file, then etc... to fix the directs. If I can solve the other part then I'll look into it, but for now it's actually working really well Cheers John
-
I've just managed to set this up, and whilst it took a while it can be done. Again - took for ever to realise that the domain needed to be in the config->httpHosts file. Then you realise your sitemaps are all broken because the title with the domain doesn't have a url, it points to itself. So I played around with multilevel subdomains etc, and it all works kinda well now - http://dayswithoutincident.net/site-map/ the sub domain verison just implements the site-map template at the moment, but i needed to change the templates and the php include files in order to achieve this.
-
Can't delete template - says used by 1 page but it's not
VeenarM replied to VeenarM's topic in General Support
O god... seriously upsetting now.. hahah -
I can't seem to remove a template, I have a template called sitemap - and it reckons it's used by 1 page, however that page has been deleted yet it's not reflected - the 'search' filter also shows up no pages using that template, yet the template still things it's in use. Any way to fix this? cPanel with PW 2.6.1 regards John