Skip to content

Remove slash add underscore

Created by: roshangautam

Using NAMESPACE/PROJECT_NAME causes problems in apache and needs AllowEncodedSlashes NoDecode parameter enabled in vhost configuration file of apache. In worst case sometimes just enabling this parameter doesn't work.

To avoid this situation i used a different separator _ (underscore) to make things for simple

Merge request reports