wbTeamPro Feature Request & Bug Tracker - wbTeamPro
View Issue Details
0010728wbTeamPro[All Projects] Featurespublic2017-01-30 09:312015-01-25 00:00
webuddha 
webuddha 
normalminoralways
In Progressopen 
 
 
0010728: Allow wbteampro.php to be changed
Add configuration option to rename the wbteampro.php entry point. The htaccess solution works but the anchor tags still show wbteampro.php.

Current Instructions
http://billing.holodyn.com/knowledgebase/113/How-can-I-rename-the-wbteamprophp-script-file.html [^]

# Rename wbTeamPro.php
RewriteEngine On
RewriteCond %{REQUEST_METHOD} !POST
RewriteCond %{REQUEST_URI} ^/wbteampro\.php.*
RewriteRule (.*) /myprojects.php [R=301,L]
No tags attached.
Issue History
2015-06-23 16:49webuddhaNew Issue
2015-06-30 15:41webuddhaNote Added: 0010248
2015-06-30 15:41webuddhaAssigned To => webuddha
2015-06-30 15:41webuddhaStatusNew => In Progress

Notes
(0010248)
webuddha   
2015-06-30 15:41   
Started implementation of system_appurl value - to be customizable
Will be part of move of all entry point logic into app container.