In other hand while you copy the shortcut, paste it adding a flesh in the address bar, you went to the tread indeed, but with no css.style and theme images?!?
Is that a bug?
The same broken link is applying also for user forgotten his password, filling the form with his username in phpws
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Usin' phpwsbb lates version
I received a broken link in my e-mail while monitoring a tread! something like:
-------------------------------
http://mysite.comindexphp?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS\[]=13#2
-------------------------------
As you can see there is no slash after mysite.com before the index..
In other hand while you copy the shortcut, paste it adding a flesh in the address bar, you went to the tread indeed, but with no css.style and theme images?!?
Is that a bug?
The same broken link is applying also for user forgotten his password, filling the form with his username in phpws
Sounds like you are missing the trailing slash in the url in your config.php for phpWS core.
Yes, you are right, I added the slash at the end in the config.php file
$source_http = "www.mysite.com/";
Thanks for the help. 8^)