rhymedigital/contao_rhyme_ajax

An extension for Contao Open Source CMS that allows you to do simple AJAX calls on the front end.

Installs: 45

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 1

Type:contao-module

dev-master 2015-07-06 18:40 UTC

This package is auto-updated.

Last update: 2024-04-12 00:05:41 UTC


README

An extension for Contao Open Source CMS that allows you to do simple AJAX calls on the front end.

Note: in order to handle legacy extensions that utilize the root ajax.php, you will need to add the following to your .htaccess file:

#Rewrite legacy ajax.php scripts

RewriteRule ^ajax.php(.*) ajax/index.php [NC]