Questions tagged [modx]

MODX is an open source CMS and web application framework written in PHP, using a MySQL or MSSQL database backend.

MODX is an open source CMS and web application framework written in PHP. There are two major branches of the framework, MODX Evolution (1.x) and Revolution (2.x) which use similar terminology and concepts, however the latter was completely rewritten.

While MODX Evolution is only available for MySQL, the database abstraction layer in MODX Revolution (called xPDO) also allows MSSQL to be used as database backend.

Content management is achieved with a simple document tree. Reusable, repeated HTML snippets are referred to as "chunks" and can be incorporated into templates. PHP code can be used similarly and is referred to as "snippets".

MODX version:

MODX Revolution 2.4.0-pl // Released 18 august 2015

MODX Evolution 1.0.15 // Released 6 november 2014

3 questions
0
votes
1 answer

Cant access folder on server- Permission denied

I am running a vps with ubuntu 11.04. After a clean Modx install I've tried to access http://www.encepence.pl/manager and I've got a permission denied by my server. the thing is that I can easily access any other folder under that domain and modify…
0
votes
1 answer

Performance of php modules vs. compiled in

I'm having issues with modx [cms system] and php performance. and I was wondering if it could have anything to do with the way php is compiled. Is there a performance benefit to compiling php with specific modules as opposed to loaded at runtime.…
Sean Kimball
  • 869
  • 1
  • 8
  • 24
-1
votes
1 answer

MODX Evolution send all webtraffic to https

Possible Duplicate: Apache rewrite rules and DNS settings for HTTPS sites I have just added a SSL sertificate to a site, and the site should only answer on https. People that visit http should be sendt to https. I hope this can be solved with…
BennyLava