php - How do I fix my WordPress pages not displaying correctly? -


so have wordpress site parent pages show homepage, if try preview them backend, children pages show correctly.

you can see site here: http://dev1.marketsonline.co.za/khulisa/

i've never had problem before, , it's baffling me.

how fix this?

update

here code in .htaccess file:

# begin wordpress <ifmodule mod_rewrite.c> rewriteengine on rewritebase /khulisa/ rewriterule ^index\.php$ - [l] rewritecond %{request_filename} !-f rewritecond %{request_filename} !-d rewriterule . /khulisa/index.php [l] </ifmodule>  # end wordpress 

try flush permalink cache.

go settings -> permalink , change permalink structure 1 time. save it. permalink cache flushed.

another solutions have redirect plugin? or redirects in .htaccess file?


Comments

Popular posts from this blog

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

html - Outlook 2010 Anchor (url/address/link) -

android - How to create dynamically Fragment pager adapter -