Developers
Forum
Index >> Netvibes Platform >> I get the error "The requested URL /public/widget/frame was not found"
#1 2008-11-21 01:45:09
- carlos.mandarin

- Member
Hi guys,
I downloaded three files:
-exposition-php-lib-preview3
-exposition-php-server-preview3
-uwa-js-runtime-preview3
and... i am installing Exposition-Php-Server-Preview3, and when i try to run this url:
"http://localhost:8080/g/public/widget/frame?uwaUrl=http%3A%2F%2Fwww.netvibes.com%2Fapi%2Fuwa%2Fexamples%2Frssreader.html"
i get this error:
"The requested URL /g/public/widget/frame was not found on this server."
any suggestion?
thanks,
Offline
#2 2009-05-26 11:08:58
- Lei.zhang

- Member
Have you extra "exposition-php-server-preview3" to your apache "DocumentRoot" or redirected the "DocumentRoot" to extra directory?
If you done, I think you have to ensure that the "PHP 5.5" or later version extension module was loaded on your apache server and the "url rewritable" extension module was loaded too.
Finally, make sure that the test url like "http://localhost:8080/public/widget/frame?uwaUrl=http%3A%2F%2Fwww.netvibes.com%2Fapi%2Fuwa%2Fexamples%2Frssreader.html"
Best regards!
Offline
#3 2009-11-05 18:23:52
- mpepito13

- Member
Hello,
I have the same problem here.
I downloaded exposition-php-server-preview3 and put the content in my webroot.
I have PHP 2.2 installed
URL Rewriting is enabled
# a2enmod rewrite
Module rewrite already enabled
Do you have any clue ?
Regards,
arnaud.
Offline
#4 2009-11-05 18:33:46
- mpepito13

- Member
Well I correct myself.
I had to change the file /etc/apache2/sites-available/default
...
<Directory /var/www/>
...
AllowOverride all <- changed from "none" to "all"
...
"Thank you arnaud"
"Your welcome"
:-)
Offline
1
