Hello
I have installed websitesearcher on a XAMP 1.7.3 installation on Windows XP. I put the files on:
xampp\htdocs\websitesearcher
I checked my httpd.conf
- Mod rewrite on:
LoadModule rewrite_module modules/mod_rewrite.so
- htaccess on
AllowOverride All
I installed ZendFramework-1.10.3 on
xampp\htdocs\websitesearcher
I modified php.ini to include the Zend framwork libraries:
include_path = ".;\xampp\php\PEAR;\xampp\htdocs\ZendFramework-1.10.3\library"
I tried the application: http://localhost/websitesearcher
and it took me to
http://localhost/websitesearcher/settings
Where there were nothing!!!
But the menu...
Settings
form ?>
When I tried to change to other page I got:
Forbidden
You don't have permission to access /websitesearcher/< on this server.
Apache/2.2.14 (Win32) DAV/2 mod_ssl/2.2.14 OpenSSL/0.9.8l mod_autoindex_color PHP/5.3.1 Server at localhost Port 80
Can you help me to know how to make this work?
Thanks a lot:
Emilio Aguilar
Hm, please advice, do you see Settings form on the http://localhost/websitesearcher/settings page?
If you see settings form please check the settings (be aware Lucene directory path is correct and writeable) and click Save. Then you can try to index your site.
I think the message "You don't have permission to access /websitesearcher/< on this server." could be if you haven't allowed access to this folder please add to .htaccess
Order allow, deny
Allow from all
DirectoryIndex index.php
I didn't test on Windows so if you will have error please report and I will fix it.
Regards,
Ilya