php - How to update .htaccess file for another folder along side wordpress -


i have wordpress site complete url as:

mydomain.com/wp_myfolder/index.php 

but after wordpress rewriting access site mydomain.com want place project in folder on same domain facing issues

i want access new project not working

mydomain.com/project/mypage.php 

instead opening as

mydomain.com/wp_myfolder/project/mypage.php 

it want remove wp_myfolder url

try add rewrite rule in .htaccess.

rewriterule    ^project/(.*)$    /wp_myfolder/project/$1    [l] 

Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -