Questions tagged [perch]

A lightweight content management system running on PHP and MySQL.

18 questions
2
votes
0 answers

Options Indexes FollowSymLinks Includes gives perchtest/index.php Forbidden 403

Throughout my website I use html, but want to incorporate a .php cms called perch. When trying to run the compatability test, I got a Forbidden 403. When I deactivated the .htacess it worked. After some time testing I have narrowed it down to this…
Brandon S
  • 85
  • 6
1
vote
0 answers

Get a javascript variable and put it in a php script

I am working on a website on which I try to implement a price slider. I am working with Perch CMS and Creative Tim Material Kit. From the Creative Tim Kit I have the following template: // With help from Javascript the price-left and price-right…
Mxkert
  • 346
  • 2
  • 5
  • 17
1
vote
4 answers

Changing action based on input value using PHP

I'm working on a form that I'd like to change the form action based off of the value of an input on form submit. This needs to be accomplished using PHP. Here's what I've tried so far:
1
vote
2 answers

Perch CMS filtering

I'm using Perch, which is a php CMS. I'm asking this question here, as it seems like a general php question. Basically, I'm using filter on a search page: perch_content_custom('Jobs', array( 'page'=>'/view-job.php', …
Dan Temple
  • 1,172
  • 2
  • 14
  • 22
0
votes
0 answers

How can I redirect a page to external URL in Perch CMS

I have a Perch web site which will be moving (gradually) to a new domain, so I need to redirect some pages to the new URL. e.g. mysite.com/page1 => mynewsite.com, mysite.com/page2 stays the same I have tried doing redirects using .htaccess, for…
ardmark
  • 81
  • 1
  • 9
0
votes
1 answer

When I try to load PerchCMS (or any page) on 127.0.0.1:8080, browser times out

Last night I set up a PHP server on my Mac and installed Perch CMS. I used this command in terminal to do so: php -S 127.0.0.1:8080 and Terminal responded with "listening on http://127.0.0.1:8080" and stated the correct document root. It was working…
John Steve
  • 101
  • 1
  • 2
  • 8
0
votes
1 answer

Redirect domain to a specific page on another domain

I have a website www.mainwebsite.com with a page located at www.mainpage.com/pagename I need to redirect a new domian name to this page. so www.newdomainname.com should redirect to www.mainpage.com/pagename How can I do this with the htaccess? My…
CIB
  • 535
  • 1
  • 12
  • 35
0
votes
1 answer

Can Wordpress be used like a CMS?

In my last project, I have used Perch CMS because it gave my huge flexibility and allowed me to edit many field in the same page. On the other hand Wordpress allow you to only change one or two field on a single page :( So my question is, can…
0
votes
1 answer

Tso Host SSL confing Perch Cms

I Have a Perch Runway website on TSO Host and having issues with setting up the https:// redirect most of the ones i have tried result in redirecting to a error page this is my current htaccess # Perch Runway …
Rusty1182
  • 3
  • 3
0
votes
2 answers

Changing directory paths of links in one place

I've got a website which I need to move across to another server, however i've got a problem with the directory paths and how they've been setup throughout the whole site. So on every page, there're includes that look like the following
Andrew Matthew
  • 432
  • 1
  • 5
  • 15
0
votes
1 answer

Is it possible to render a box-shadow in internet explorer while using Perch CMS?

I am using and header { -webkit-box-shadow: inset 0px -18px 99px -53px rgba(0, 0, 0, 0.75); -moz-box-shadow: inset 0px -18px 99px -53px rgba(0, 0, 0, 0.75); box-shadow: inset 0px -18px 99px…
skinnysuit
  • 157
  • 2
  • 7
0
votes
1 answer

Removing .php extensions from output

I'm developing a small CMS solution with Perch. It's currently running on WampServer on my local development machine. As Perch doesnt provide friendly URL's out of the box, I wanted to implement this, whilst ensuring the /perch directory remains…
dotdev
  • 543
  • 7
  • 19
0
votes
1 answer

Perch CMS - Get first item out of region list

I'm using the Perch CMS to pull through some captions for a bxslider. I currently have 4 taglines. Because I'm using a different image on each bxslider list item I'm wondering if there's a way to pull out a specific index of the array itself.
WebDevDanno
  • 1,122
  • 2
  • 22
  • 50
0
votes
1 answer

Loop through an array of Perch CMS taglines

this is a rather complicated request. So there are three elements to my problem. A JQuery bxslider, a Perch CMS set of taglines that my client must be able to update after website release and a javascript code block. What I want to be able to do is…
Daniel
  • 87
  • 10
0
votes
1 answer

Setting session after form completion

I am adding in a form with just 2 radio buttons using Perch CMS and trying to stop it from having the option of resubmitting the form after it has been submitted once during a session by finding the success code of I have the…
curty409
  • 3
  • 2
1
2