How can I contribute #1897
GuilhermeDeLucca
started this conversation in
General
Replies: 1 comment
-
Hi, You can just create a pull request here. Also this one is related |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would also like to comment and I'm sorry for the boldness to say after all your documentation is very complete! And who am I to suggest an improvement, but I believe I could make the following change in
https://doc.livehelperchat.com/docs/development/remove-index-php/
change
RewriteRule !.(gif|jpe?g|png|bmp|css|js|xml|html|json|svg|ico|mp3|wasm|ogg|wav|ogv|swf|map|flv|otf|woff2|woff|eot|ttf)|var(.+)storage.pdf(.+).pdf$ index.php
To
RewriteRule !.(gif|jpe?g|ico|png|bmp|css|js|xml|html|json|svg|ico|mp3|wasm|ogg|wav|ogv|swf|map|flv|otf|woff2|woff|eot|ttf)|var(.+)storage.pdf(.+).pdf$ index.php
and about using RewriteRule
A note warning RewriteRule must be released in Apache and dependent on apache's vhost configuration:
<Directory /var/www/html/web_lhc>
AllowOverride All
Despite also understanding that the server part has nothing to do with the system and would not be pertinent to the documentation. But your documentation is so well done that this footnote was worth it.
Beta Was this translation helpful? Give feedback.
All reactions