Hi,
I have following self defined RewriteRule
unfortunately this collidates with the vbSEO RewriteRule for the discussions.PHP Code:'tek_info\.php\?ptitle=([0-9A-Za-z\-]+)'=>'tektorum-$1.html'
For example I have a topic "Tektorum mit eigenem Chatroom?" which gets the URL "http://www.tektorum.de/moderation/4878-tektorum-eigenem-chatroom.html".
Calling this URL results in a PHP error:
How would I have to write my RewiteRule so it doesn't clash?Code:Warning: require(/xxx/4878-tek_info.php) [function.require]: failed to open stream: No such file or directory in /xxx/vbseo.php on line 1470 Fatal error: require() [function.require]: Failed opening required '/xxx/4878-tek_info.php' (include_path='.:.:.:.:/xxx/PEAR') in /xxx/vbseo.php on line 1470
Regards
Florian


LinkBack URL
About LinkBacks





Reply With Quote
