It seems Seo Urls 3.0.0-beta1 is not compatible with PHP5. My hosting company recently switched to PHP5 and SEO URLs stopped working. The main page of the store still works but when I click on a product it gives me a blank page with the following error: "No input file specified."
Temporary solution:
In order to continue to work you should specify your php scripts to be parsed by PHP4. You should add the following line to .htaccess:
Code:
AddHandler application/x-httpd-php4 .php
I posted the bug here: http://bugs.smarterwebdev.com/view_bug.php?bug_id=32
Bookmarks