Title: GET variables causing problems
Last modified: August 19, 2016

---

# GET variables causing problems

 *  [burtonkent](https://wordpress.org/support/users/burtonkent/)
 * (@burtonkent)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/get-variables-causing-problems/)
 * I’m using aweber to get subscriptions, and when it returns to a thank you page
   on my blog, it throws an error.
 * [http://www.abc.com/resources/newsletter/thanks?custom%20address%201=](http://www.abc.com/resources/newsletter/thanks?custom%20address%201=)(
   snipped) throws a 404 page, but
 * [http://www.abc.com/resources/newsletter/thanks](http://www.abc.com/resources/newsletter/thanks)
   works.
 * Is there any way to get WordPress to ignore the GET variables? Or is my .htaccess
   file the problem?
 * > # BEGIN WordPress
   >  <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / 
   > RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule./
   > index.php [L] </IfModule>
   > # END WordPress
 * Thanks!

Viewing 1 replies (of 1 total)

 *  [daddyg](https://wordpress.org/support/users/daddyg/)
 * (@daddyg)
 * [18 years, 4 months ago](https://wordpress.org/support/topic/get-variables-causing-problems/#post-689475)
 * Hi Burtonkent,
 * I think you’ve might have the same problem as me:-
 * [http://wordpress.org/support/topic/155694?replies=1#post-689332](http://wordpress.org/support/topic/155694?replies=1#post-689332)
 * The 404 is caused for me by the &name variable passed on by aweber to the query
   string in the url.
 * If you remove it the 404 should go. Though obviously if you want to use the name
   that’s not a solution.
 * Cheers…Graham

Viewing 1 replies (of 1 total)

The topic ‘GET variables causing problems’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [daddyg](https://wordpress.org/support/users/daddyg/)
 * Last activity: [18 years, 4 months ago](https://wordpress.org/support/topic/get-variables-causing-problems/#post-689475)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
