Title: callback url 404
Last modified: August 20, 2016

---

# callback url 404

 *  [peter2322](https://wordpress.org/support/users/peter2322/)
 * (@peter2322)
 * [14 years, 11 months ago](https://wordpress.org/support/topic/callback-url-404/)
 * I have a plugin that calls another php file with a callback url in the parameters.
   When I try to go to the location I get a 404 b/c of the callback url.
 * [http://examples.com/wp-content/plugins/example/redirect.php?callback=http%3A%2F%2Fexample.com%2Fwp-admin%2Foptions-general.php](http://examples.com/wp-content/plugins/example/redirect.php?callback=http%3A%2F%2Fexample.com%2Fwp-admin%2Foptions-general.php)
 * If i remove the .com from the callback url, its ok.
 * is it a .htaccess problem? any thoughts?
 *     ```
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       ```
   

The topic ‘callback url 404’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [peter2322](https://wordpress.org/support/users/peter2322/)
 * Last activity: [14 years, 11 months ago](https://wordpress.org/support/topic/callback-url-404/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
