I have a similar problem as said here I have installed WP on my root domain(www.domain.com) I create a sub directory in the wp domain itself (www.domain.com/ABP) whenever i try to access that it gave me the 404 Error page of WP Htaccess contents were # 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 Can some one spot me the problem???
Delete your existing htaccess and try to regenerate permalinks, which will reset everything and allows your subdir to work
I am not clear with your problem. You have installed WP in domain.com and trying to access it in domain.com/abp?
No i created a Sub Directory called ABP where i have another 3rd Part Script installed! So if i access that domain.com/ABP i cant access it since it gives 404 error
in your /ABP also see the capitalization! if its /abp then it will no open at / ABP , also the fault seems in your htaccess , delete the main htaccess and regenerate , also see if there is an htaccess , /ABP for that 3rd party app, use its htaccess there to
I have tried it but it didnt worked i regenerated htaccess but didn't worked i renamed the folder and tried it didnt work
Make sure that the subdirectory contains an index.php file, and make sure you have no tags, categories, or postnames with the same name as the post directory, and disable all plugins to make sure there is not one interfering. There really should be no other reason that the subdirectory is not left alone by wordpress.
I have same problem because there is already index file. delete that one & make sure that u have go through with database installation page as well