Hi guys, i have a editable type='text' to output an URL.
Here is the code.
It will result :
The problem is, if i put complete url like :
and hit save, the result is 404 page.
But, if i put incomplete url like :
and hit save, the page saved. But the output in frontend become :
Can someone help me pointing whats wrong with this?
Really dunno whats goin on, or maybe i need some rest
Here is the code.
It will result :
The problem is, if i put complete url like :
- Code: Select all
http://www.couchcms.com/ or https://www.facebook.com/ or https://google.com/
and hit save, the result is 404 page.
But, if i put incomplete url like :
- Code: Select all
www.couchcms.com or couchcms.com or facebook.com/username or even a #
and hit save, the page saved. But the output in frontend become :
- Code: Select all
http://demo.kampret.com/www.facebook.com or http://demo.kampret.com/facebook.com
Can someone help me pointing whats wrong with this?
Really dunno whats goin on, or maybe i need some rest
