简体   繁体   中英

Why Luracast Restler is not working on a remote server as it is on a localhost?

I copied the Luracast Restler "Hello World" Math Class from a Localhost to a remote server but it is not running.

http://www.sensorzapp.com/SensorZapp/test/index.php/math/multiply/2/3

Probaly the index.php is not connecting to the restler.php

Can you help me?

Thank you

Hugo

First of all make sure everything is located correctly.

1) If you copied from the examples folder I'm pretty sure the path to vendor/restler.php will be incorrect in the index.php file.

2) Also make sure the apache rewrite module is enabled. Enabled it with

  sudo a2enmod rewrite
  or
  editing the apache conf manually

3) Another thing that may be noted is that apaches AllowOverride has to be set to ALL for the
documentroot you have set

AllowOverride All

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM