Hello,
after updating dbseo I got an error with the tags without .html at the end:
link:
http://www.sps-forum.de/tags/absolutfahrt/
Code:
Warning: file_exists(): open_basedir restriction in effect. File(tags.php/absolutfahrt/) is not within the allowed path(s): (/www/htdocs/w00665de/:/tmp:/usr/bin:/www/htdocs/w00665de:/bin:/usr/local/bin:/usr/share/php:/dev/urandom) in /www/htdocs/w00665de/SPS-Forum/dbseo.php on line 318
Warning: file_exists(): open_basedir restriction in effect. File(tags.php/absolutfahrt) is not within the allowed path(s): (/www/htdocs/w00665de/:/tmp:/usr/bin:/www/htdocs/w00665de:/bin:/usr/local/bin:/usr/share/php:/dev/urandom) in /www/htdocs/w00665de/SPS-Forum/dbseo.php on line 370
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00665de/SPS-Forum/dbseo.php:318) in /www/htdocs/w00665de/SPS-Forum/dbtech/dbseo/includes/class_core.php on line 1927
my settings:
Rewrite "Tag" URLs:
YES
Tag List URLs:
tags/
Tag (Single) URLs:
tags/[tag].html
Tag (Single) Paged URLs:
tags/[tag]/index[page].html
other tags with the ending .html works well - see here:
http://www.sps-forum.de/tags/tia.html
When I change the setting: Tag (Single) URLs to:
tags/[tag]/
then the URL
http://www.sps-forum.de/tags/absolutfahrt/ work.
and the URL with .html at the end will
not work - same error here:
Code:
Warning: file_exists(): open_basedir restriction in effect. File(tags.php/tia.html) is not within the allowed path(s): (/www/htdocs/w00665de/:/tmp:/usr/bin:/www/htdocs/w00665de:/bin:/usr/local/bin:/usr/share/php:/dev/urandom) in /www/htdocs/w00665de/SPS-Forum/dbseo.php on line 318
Warning: file_exists(): open_basedir restriction in effect. File(tags.php/tia.html) is not within the allowed path(s): (/www/htdocs/w00665de/:/tmp:/usr/bin:/www/htdocs/w00665de:/bin:/usr/local/bin:/usr/share/php:/dev/urandom) in /www/htdocs/w00665de/SPS-Forum/dbseo.php on line 370
Warning: Cannot modify header information - headers already sent by (output started at /www/htdocs/w00665de/SPS-Forum/dbseo.php:318) in /www/htdocs/w00665de/SPS-Forum/dbtech/dbseo/includes/class_core.php on line 1927
It should work with both versions - with .html and without .html at the end!