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
Requires
- php: >=5.3.2
- codefog/contao-haste: 4.*
- contao-community-alliance/composer-installer: *
- contao/core: >=3.3.0,<4.0.0-dev
- terminal42/contao-namespace-class-loader: >=1.0.1
This package is auto-updated.
Last update: 2024-11-12 01:19:22 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]