Hello,
i have some question, how to change URL path of xibo ?
Example like this :
Original URL Path Xibo = /xibo/web/
And i want to change URL Path to “/mudahads”
i hope anyone know about this, i try to change .htaccess but not change anything.
Hello,
i have some question, how to change URL path of xibo ?
Example like this :
Original URL Path Xibo = /xibo/web/
And i want to change URL Path to “/mudahads”
i hope anyone know about this, i try to change .htaccess but not change anything.
You need to setup an alias in the webserver configuration to point /mudahads
to wherever your web
folder is.
You then need to edit the .htaccess
file and change the first line per the comment to indicate you’re using an Alias.
It looks like as it stands now, your entire Xibo folder is web servable. That’s not the correct way to install Xibo. You should put the whole install outside your webroot and alias to the web
directory only. If you have web
in the URL you enter in the browser, it’s wrong.