Hi there every time I try to export any table (products, users, sales… everything) on excel it keeps showing 403 Forbidden, Access to this resource on the server is denied!, what do you guys recommend me to do…, I’ve already tried .httaccess to this: DirectoryIndex index.php index.html
RewriteEngine On
RewriteBase /basepath/
RewriteCond $1 !^(index.php|assets|install|update) RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d
For godady Shared Hosting Server uncomment the line below
RewriteRule ^(.*)$ index.php?/$1 [L]
Please comment this if you have uncommented the above
RewriteRule ^(.*)$ index.php/$1 [NC,L,QSA]
Then tried changing general permissions from global folder >>public_html to 755, 644 and 700.
Everything is working fine except for the export xls function.
Please help me. Thank you.
- MSAnswered
Hello,
404 are permission denied error, are you trying with owner account? Please let me know the installation link with owner account details in private reply so that I can have a look.
Thank you
- Login to Reply