简体   繁体   中英

wordpress index.php problems

My web host moved me to a new server

Here is my .htaccess content:

# BEGIN WordPress 
<IfModule mod_rewrite.c> 
RewriteEngine On 
RewriteBase / 
RewriteRule ^index\.php$ - [L] 
RewriteCond %{REQUEST_FILENAME} !-f 
RewriteCond %{REQUEST_FILENAME} !-d 
RewriteRule . /index.php [L] 
</IfModule> 
# END WordPress

Please can someone help me so question a will work again and not to the index.html page

You have a redirect loop from

http://www.doctorwhoworld.net/ 

to

http://www.doctorwhoworld.net/index 

Ask your hosting provider to check if they did something wrong.

Just a quick question, can you change the url in WordPress for the site. If you can do that I would try and see if it is pointing to domain.com/ or domain.com/index.php that could also be a common issue, try that and let me know.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM