LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   CentOS (https://www.linuxquestions.org/questions/centos-111/)
-   -   Thruk URL (https://www.linuxquestions.org/questions/centos-111/thruk-url-4175609383/)

harish.jadhav26 07-07-2017 09:23 AM

Thruk URL
 
Hi,

if you want to redirect thruk url without using "/thruk" so edit file.
vim /usr/share/thruk/thruk_cookie_auth.include
#go to line no. 5 and replace RewriteRule ^/thruk$ /thruk/ [R=302,L] to
RewriteRule ^/$ /thruk/ [R=302,L]

bathory 07-08-2017 03:19 AM

Hi,
Quote:

if you want to redirect thruk url without using "/thruk" so edit file.
vim /usr/share/thruk/thruk_cookie_auth.include
#go to line no. 5 and replace RewriteRule ^/thruk$ /thruk/ [R=302,L] to
RewriteRule ^/$ /thruk/ [R=302,L]
Thanks for the tip and off the ZRT

Cheers


All times are GMT -5. The time now is 11:49 PM.