Edtek
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: htaccess problem I think?No one?
Forum: Fixing WordPress
In reply to: htaccess problem I think?Here is my problem..
Using the domain jeepers.com as an example, I have WordPress install at the root.
My .htaccess file is this:
<IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule>Now let’s say I have installed PHPlist in public_html/lists and I try to go to jeepers.com/lists I get redirected to my WordPress installation and given a 404 error.
How do I get around this?
Hopefully someone has an answer on this because I am about to lose my mind 🙂
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] adding more field in formCan you put a tutorial for others seeking to do the same thing?
I am sure it would be greatly appreciated by many, including myself.
Or what would you charge to do it for another site? I would email you directly, but there seems to be no way of doing that via this board.
Forum: Plugins
In reply to: [Donate Plus] [Plugin: Donate Plus] adding more field in formAlvaro, I am looking to make a very similar form for a website.
Can I ask how you added extra fields to the form?