Hi all,
I'm trying to get a link like:
http://example.com/@foo-bar (originally http://example.com/tag/foo-bar)
'Cos, I want to escape from to use /tag/ prefix or something else such.
It's working on remote server and local server, but if the tag contains
" : | \ etc chars then it doesn't on local server.
Warning:
Forbidden
You don't have permission to access /www/example.com/@"foo-bar" on this server.
My local system is XP and more details: Apache/2.2.8 (Win32) PHP/5.2.6 Server at localhost Port 80
Any idea about the matter?