- May 24, 2018
- 75,060
- 111,714
- 120
where bro ?@Tomz i hv update the new version in the link attached here ...please update the resource
where bro ?@Tomz i hv update the new version in the link attached here ...please update the resource
https://mega.nz/folder/S25jQK4T#9y1ml2JuE0gZoQSUXgVpyA ---- the same link attached with this resourcewhere bro ?
/etc/apache2/sites-enabled/000-default
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo Options
Order allow,deny
allow from all
</Directory>
Thanks for the reply.That mean that Option directive is not allowed to be used by your htaccess file. To fix it go to your
/etc/apache2/sites-enabled/000-default
edit with your fav editor and add Options to AllowOverride list like this
Code:<Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride FileInfo Options Order allow,deny allow from all </Directory>
Here my original config looks likeThat 000-default was the example I gave you cause I didn't know what is your config file for your domain.
also match this
<Directory /var/www/> (default example)
to your website root folder path
Your file should be like this:Here my original config looks like
<VirtualHost *:80>
DocumentRoot /var/www/html
ErrorLog ${APACHE_LOG_DIR}/error.log
CustomLog ${APACHE_LOG_DIR}/access.log combined
<Directory /var/www/html>
Options Indexes FollowSymLinks MultiViews
AllowOverride FileInfo Options
Order allow,deny
allow from all
DirectoryIndex index.php
</Directory>
</VirtualHost>
Naaaaah ... Why would you do that? (please note the heavy sarcasm)Should I release the new version....![]()
Update 4.8.0 – 1 August, 2020
- Implemented the ability to ban a user from the Admin Panel.
- Implemented pagination for the Projects list, Biolink pages list, Account Payments, Account Logs, Custom Domains pages.
- Implemented the ability to offer Lifetime deals to your customers
- Implemented the ability to turn off certain Payment Frequencies per Plan (from the admin panel)
- Implemented a dedicated "Thank you" page after a successful payment with access to payment-related data...
works like a charm!!!
much appreciated!
Hi I tried it on 2 hosts each time i get the same error, I am just wondering did i do something wrong.
I have spoken to the host company to have a look.
I am find up to the last stage, data base created no problem. Apache servers.
Anyone have any suggestions.
Thanks