Title: Redirect index.php &#8211; please help
Last modified: August 30, 2016

---

# Redirect index.php – please help

 *  [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/)
 * Hi everyone. This may be a stupid question but this is my first time migrating
   a site. Here’s the scenario:
 * Currently using Joomla with URL structure of domain.com/index.php/whatever (page
   name).
 * I’m using WordPress to redesign the site. Currently have a temporary domain through
   GoDaddy.
 * When I use a 301 redirect plugin (have installed multiple plugins) I use this:
   
   tempdomain.com/index.php/example-page to tempdomain/example-page.
 * When I check in the browser, I get an error message “No input file specified”
 * Questions:
 * 1. Is this only happening because I’m using the temp domain?
    2. What can I do
   to ensure my realdomain.com/index.php/example-page URL structures are redirected
   to realdomain.com/example-page? I want to ensure this will work as intended before
   I switch my domain over and launch the site.
 * Thank you in advance!

Viewing 13 replies - 1 through 13 (of 13 total)

 *  [David Uzelac](https://wordpress.org/support/users/daviduzelac/)
 * (@daviduzelac)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610817)
 * Hello!
 * You might wanna read through this as it offers valuable information for domains,
   moving WordPress and site URL options.
 * [https://codex.wordpress.org/Moving_WordPress](https://codex.wordpress.org/Moving_WordPress)
 * Let me know if you are still having trouble.
 *  Thread Starter [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610852)
 * I’m still having trouble with this. Does anyone have any other advice? I called
   GoDaddy support and the rep was unable to help.
 *  [David Uzelac](https://wordpress.org/support/users/daviduzelac/)
 * (@daviduzelac)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610853)
 * Hey there,
 * Have you tried adding the below rules to your .htaccess file?
 *     ```
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index.php/(.*)$ /$1 [R=301,L]
       ```
   
 * This is from a different thread where a solution was posted for the same error
   you are experiencing.
 * [https://wordpress.org/support/topic/redirects-for-urls-with-indexphp?replies=3](https://wordpress.org/support/topic/redirects-for-urls-with-indexphp?replies=3)
 * Let me know if this was helpful.
 *  Thread Starter [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610929)
 * Should I be adding that to the current site we have with Joomla or the temp domain
   I’m using with WordPress? Another thought I had was: should I use this technique
   with the current site in Joomla ([http://forum.joomla.org/viewtopic.php?t=614279](http://forum.joomla.org/viewtopic.php?t=614279))(
   renaming index.php file and adjusting a setting in Joomla)?
 *  [David Uzelac](https://wordpress.org/support/users/daviduzelac/)
 * (@daviduzelac)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610930)
 * The .htaccess part should be added within the WP file.
 *  Thread Starter [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610931)
 * Thanks, David. I was able to get this to work for most but not all URLs. Will
   post results tomorrow once I take inventory of my 301s to see if I can pick up
   on any trends. I think I’ve found the solution. Thanks again.
 *  [David Uzelac](https://wordpress.org/support/users/daviduzelac/)
 * (@daviduzelac)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610933)
 * No problem, let me know if you are expreiencing further issues and we can try
   to solve them 🙂
 *  Thread Starter [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610954)
 * David (or anyone who has knowledge with this),
 * Is it possible to redirect multiple pages to the same destination URL? I have
   a few different 301 redirect plugins. I have taken care of the index.php redirect
   but here’s an example:
 * [http://domain.com/index.php/our-team](http://domain.com/index.php/our-team)
   
   [http://domain.com/index.php/join-our-team](http://domain.com/index.php/join-our-team)
 * I’d like both of these to be redirected to domain.com/our-team. I’m able to redirect
   the first URL but no luck with the second. Any advice? Thank you.
 *  [David Uzelac](https://wordpress.org/support/users/daviduzelac/)
 * (@daviduzelac)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610956)
 * For multiple pages, maybe something like this would actually be better.
 * [https://wordpress.org/plugins/redirection/](https://wordpress.org/plugins/redirection/)
 *  Thread Starter [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6610976)
 * I’m unable to get Redirection or Simple 301 Redirects to work. What’s happening
   is I’ll enter these URLS:
 * [http://domain.com/index.php/our-team](http://domain.com/index.php/our-team)
   
   [http://domain.com/index.php/join-our-team](http://domain.com/index.php/join-our-team)
 * with the destination of /our-team.
 * The first URL works. The “join our team” page redirects to domain.com/join-our-
   team which doesn’t exist. Not sure why the destination “our-team” won’t stick
   to this.
 *  Thread Starter [leader301](https://wordpress.org/support/users/leader301/)
 * (@leader301)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6611004)
 * bump. anyone have any suggestions for this? Trying to redirect multiple pages
   to the same destination page, but with the various 301 redirect plugins I’m using,
   it only works if the URL structure is the same.
 *  [Stevied22](https://wordpress.org/support/users/stephenjdangelocom/)
 * (@stephenjdangelocom)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6611005)
 * Hello,
    I have generated an email subscription form via mailchimp, and have the
   code to insert. However, the blog page does not have a place for me to insert
   this code. The only options it is displaying is “change permalinks” and “view”.
   Thank you for the help, I am new to wordpress. Best, Steve
 *  [Matthew](https://wordpress.org/support/users/kidsguide/)
 * (@kidsguide)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6611006)
 * @stephenjdangelo.com: Please post your own support thread.

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Redirect index.php – please help’ is closed to new replies.

## Tags

 * [index.php](https://wordpress.org/support/topic-tag/index-php/)
 * [Joomla](https://wordpress.org/support/topic-tag/joomla/)
 * [redirect](https://wordpress.org/support/topic-tag/redirect/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 13 replies
 * 4 participants
 * Last reply from: [Matthew](https://wordpress.org/support/users/kidsguide/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/redirect-indexphp-please-help/#post-6611006)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
