i have installed the wordpress
inside the domain with in a folder name
, questions
, landing page is working fine, no other links
working, its say page not found
. what to do ??
Using .htaccess like
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . questions/ [L]
Its running the index.php page only. any help ?
Looks like you’ll need rewritebase as you have an htaccess on your parent folder
Are you putting this on a subfolder of the root of the site called /questions?
if yes, I think you’ll need to change
to
or try this instead of rewritebase