Thanks for your reply
Sorry, I mean the root of the shop:
/home/usr/public_html/shop/includes/classes/seo.class.php
I'm using PHP 5.2.17. It's still working at all (product page, category page, etc... in rewritten url) exclude the homepage :(
Hi Jack,
When I call my store:
Warning: include_once(includes/classes/seo.class.php) [function.include-once]: failed to open stream: No such file or directory in /home/usr/public_html/shop/includes/functions/html_output.php on line 22
Warning: include_once() [function.include]: Failed opening 'includes/classes/seo.class.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/usr/public_html/shop/includes/functions/html_output.php on line 22
Fatal error: Class 'SEO_URL' not found in /home/usr/public_html/shop/includes/functions/html_output.php on line 25
I can be sure that the seo.class.php file is in the right place: root/includes/classes/ and get the 403 error by access to seo.class.php path in my browser.
It means that file already exists right?
How can I stop this error? Hope for you :-(