URL没有/ wordpress /在它结束时不工作

问题描述:

I'm having some problems with a subdomain that i activated using godaddy hosting! everything seems to work fine, except for the domain itself, I can't access my subdomain using http://sierranortesevilla.tritton.es i get a 500 error, i have to access from http://sierranortesevilla.tritton.es/wordpress i tried changing the siteURL from WordPress setting but nothing, i still get that error! what should I do? Have I done something wrong?

PS: WordPress is installed in a subdirectory, I actually have two WordPress installations: one for the primary domain and tha other for the subdomain PS2: I'm using Godaddy hosting Under Windows

any help would be appreciated, thanks

我在使用godaddy托管激活的子域有一些问题! everything似乎工作正常,除了 对于域本身,我无法使用 http://sierranortesevilla.tritton.es 访问我的子域名。 500错误,我必须访问 http://sierranortesevilla.tritton.es/wordpress i尝试更改 从WordPress设置的siteURL,但没有,我仍然得到错误!\我该怎么办? 我做错了什么? p>

PS:WordPress安装在一个子目录中,我实际上有两个WordPress安装:一个用于主域,另一个用于子域 PS2:我是 使用Godaddy托管在Windows下 p>

任何帮助将不胜感激,谢谢 p> div>

Have you followed all the instructions given in the WordPress documentation about installing WordPress in a folder but using it for root access?

Details can be found HERE

You pretty much have to just copy and paste the index.php and .htaccess file into the root and then change the url's in the index.php, wp-config.php and also the admin settings & permanlinks page.

As Stewartside said, change the wp-config.php,

Then change the site_url field in "wp_options" table, Then go to Wordpress Admin > Settings > Click Save Permalink.

Then try to run your site. It will automatically update the changes to .htaccess too.

So hope this works for you.