Dezinerfolio

cUrl issue

Invalid cURL response.
We expected 'true' from the url : http://anibaljibarra.com/dfg/api/rest/test_curl

I test all the solution that people publish in the forum but doesn't work.

I have php 5 over IIS and enable curl.

Help I need to run that excellent gallery.

 

Regards,

    alex

Status: 
New

Comments

Anonymous's picture

Try using the following in your .httaccess file


Order allow,deny

Options -Indexes
Options +FollowSymLinks

ErrorDocument 404 /index.php
DirectoryIndex index.php


RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index.php?/$1 [L]

Anonymous
Mon, 05/25/2009 - 23:04

Post new comment