8 users online. Create an account or sign in to join them.Users
Is there a way to change the symphony folder to backend, for instance?
This is a closed discussion with 4 replies, filed under General.
Search
Not really. That's actually a kind of a messy spot: We're using symphony/ as our backend, rewriting all requests to those pages to index.php?mode=administration. It would be easy to change that by editing the RewriteRules in your .htaccess file as well as one define in symphony/lib/core/defines.php.
The messy thing is that Symphony also has CSS and JS files in symphony/assets/* and by changing the define you're also changing the links that point to those files. In a perfect world, those links would use a different constant than the ones that point to a potentially rewriteable link.
FYI: You've asked this before, no? It's not as easy if one would think (because of Assets) but some people have given some tips.
If it's merely a matter of user-preference I'd suggest simply redirecting them from some other folder/page though…
Actually, what I said before isn't the only issue. The backend code simply isn't designed for that. :-)
Closing, please use previous thread.
Create an account or sign in to comment.
Is there a way to change the symphony folder to backend, for instance, in Symphony 2.3?