Quantcast
Channel: Topic Tag: error 500 | WordPress.org
Viewing all articles
Browse latest Browse all 1704

Cathy Towers on "I mapped a new domain, changed permalink and got server error 500"

$
0
0

I'm being told that there are too many redirects within wordpress and it's redirecting to /wp/.... So what should my htaccess.php file say? It currently says this:

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

# END WordPress
/

http://www.cpdfortherapists.co.uk


Viewing all articles
Browse latest Browse all 1704

Trending Articles