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

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

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -