FluffnStuff
Forum Replies Created
-
Hi,
A quick search would have led you here : https://ww.wp.xz.cn/plugins/personal-fundraiser/faq/
“6. For Return URL, specify your site’s URL. The plugin will override this value to return to the campaign once a donation is processed.”
k sorry for the quadruple post.
Solved it !If it can help anyone, this is my server-sided solution :
Edit/etc/apache2/sites-available/default
and change AllowOverride None to All (if you have it to “None” ofc), you should have something like this :<Directory /var/www/> Options Indexes FollowSymLinks MultiViews AllowOverride All Order allow,deny allow from all </Directory>then
/etc/init.d/apache2 restartThat did it for me.
My htaccess file keeps disappearing somehow, maybe someone is hacking me but let’s put that aside for the moment, my plugin works.yay me
k sorry for the triple post.
I wasn’t using “Pretty Permalinks” from the beginning. There is an issue with my .htaccess file disappearing for no reason. My permalinks settings are not getting saved.Working on that.
Huh, just noticed that
website.com/giveandwebsite.com/causesgive me both an Error 404… this may be related.