Quote:
Originally Posted by The Geek
Try escaping the quotes as in :
|
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