Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ShExBy/shex_roo.../var/softacul.../ospos
File: notes.txt
1. Have added following code to .htaccess to redirect to public directory :
[0] Fix | Delete
<IfModule mod_alias.c>
[1] Fix | Delete
RedirectMatch 301 ^[[relativeurl]]/$ [[softurl]]/public
[2] Fix | Delete
</IfModule>
[3] Fix | Delete
[4] Fix | Delete
Not required since 3.1.1 becuase they have handled this in their package and the code same as below :
[5] Fix | Delete
(check in all future versions as well). We have removed sconfigure.
[6] Fix | Delete
[7] Fix | Delete
# redirect to public page
[8] Fix | Delete
<IfModule mod_rewrite.c>
[9] Fix | Delete
RewriteEngine On
[10] Fix | Delete
RewriteCond %{REQUEST_URI} !^public$
[11] Fix | Delete
RewriteRule ^(.*)$ %{REQUEST_URI}public/ [R=301,L]
[12] Fix | Delete
</IfModule>
[13] Fix | Delete
[14] Fix | Delete
[15] Fix | Delete
2. We have not added upgrade in 3.0.0 because there is huge changes in directory structure and its upgrade notes are not properly given. Try to add in next version.
[16] Fix | Delete
[17] Fix | Delete
3. Download long name zip for manual installation. (Confirmed with vendor via github issues since version 3.1.0)
[18] Fix | Delete
[19] Fix | Delete
4. PHP REQUIREMENT LINK : https://github.com/jekkos/opensourcepos#server-requirements
[20] Fix | Delete
[21] Fix | Delete
5. We have changed .htaccess to redirect public folder
[22] Fix | Delete
[23] Fix | Delete
6. Please take sql dump after running migrations in manual installation.
[24] Fix | Delete
[25] Fix | Delete
7. Upgrade notes are given here https://github.com/opensourcepos/opensourcepos/blob/master/UPGRADE.txt . Also in every upgrade check upgrade notes in tagged releases on Github as well.
[26] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function