hello guys
im trying since 72h to fix that common problem as i see
i have a sub dir on my wp main root with a small script
but while trying to access it i got page not found error
this is my htaccess
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
i tried to edit it as i saw while googling it but no result
i will consider any help for this problem
thanks in advance