wordpress - The requested URL xxx was not found on this server -


i using wordpress , when switch permalinks "post name", doesn't load page rather showing 404 not found. requested url xxx not found on server. it's on amazon aws ec2

i tried changing .htaccess , confirmed rewrite_mode enabled. changed allowoverride all.

here .htaccess content,

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

any idea, issue?

as panama jack said above, found .htaccess file wasn't being read. followed answer in thread , problem solved.

.htaccess file not being read ("options -indexes" in .htaccess file not working)

thank panama jack :)

regards sudharsan, ondeos


Comments

Popular posts from this blog

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -