Quote:
Originally Posted by Makc666
I tried:
PHP Code:
<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"
PHP Code:
<link rel=\"canonical\" href=\"/video/\([a-z_0-9-]+\)\"
PHP Code:
<link rel=\"canonical\" href=\"/video/(\[a-z_0-9-\]+)\"
Do not work...
P.S. Found a bug in PHP BB Code...
Really the lines above look like:
Code:
<link rel=\"canonical\" href=\"/video/([a-z_0-9-]+)\"
Code:
<link rel=\"canonical\" href=\"/video/\([a-z_0-9-]+\)\"
Code:
<link rel=\"canonical\" href=\"/video/(\[a-z_0-9-\]+)\"
It looks like some sort of bug here 
|
Worked for me. Export the definition and ill check it out as you have it.