Where did you originally install WordPress on this domain?
Thread Starter
Daraku
(@daraku)
in the installation path “http://daraku.pingperfect.com/devvsbugs/” and I used my top level domain to access it. But even there I got redirected to the http://daraku.pingperfect.com/devvsbugs/ url
Change the urls back to http://daraku.pingperfect.com/devvsbugs/. See Changing_The_Site_URL for details of how to do this correctly. Once the site is working correctly at its original location, see Allow WordPress to take over the root domain.
Thread Starter
Daraku
(@daraku)
thank you but it didn’t really fix my problem. I don’t get a 404 anymore but its still http://devvsbugs.net/devvsbugs/
In the last versions of wordpress you only needed to input the top level domain which pointet to the folder where wordpress is installed, and everything worked so why is it so hard to actually get it working now? and my does my installation directs me instantly to the installation path instead of my top level domain EVEN THOUGH I access the installation with the top level domain.
I didn’t know wordpress got that hard to install….
but its still http://devvsbugs.net/devvsbugs/
Did you read the page at the second link I posted above?
Thread Starter
Daraku
(@daraku)
yeah and i already did that, and I already did that even before I wrote about my problem
Please remove every change you have added and revert everything back so the the site is working correctly in its original installation folder.
Thread Starter
Daraku
(@daraku)
thats the funny thing even the installation isn’t working like it should.
I access the installation with http://devvsbugs.net/ but I get redirected to http://daraku.pingperfect.com/devvsbugs/ when I click on “create config”
so I think that is the problem …. because when I can install wordpress with my top level domain it should work.
Remove any index.php files in the domain’s root folder. What is in the root .htaccess file?
Thread Starter
Daraku
(@daraku)
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Thread Starter
Daraku
(@daraku)
unbelievable just reverted to fresh installation and even when I set the site url its getting me every time to http://daraku.pingperfect.com/devvsbugs/wp-admin/
Remove the .htaccess file from the domain root.
Thread Starter
Daraku
(@daraku)
already did that before reverting to fresh installation
So you have absolutely nothing in the domain root folder?
Thread Starter
Daraku
(@daraku)