.htaccess - Wordpress permalink not work -


hy it's me again :) i've problem new website, in website use cloudflare dns. if permalink in default mode, it's right nothing found problem when permalink change , open post website unavailable or not found in cloudflare. i've try replacing permalink custom permalink example :

/%category%/%postname%.html 

but still doesn't work, same when try replacing .htaccess code

rewriteengine on rewritebase / rewritecond %{http_host} ^ginc0der.com rewriterule ^(.*)$ htt p://www.%{http_host}/$1 [r=301,l] rewriterule ^index\.php$ - [l] 

or 1

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

but still show not available can view here

http://ginc0der.com/index.php/archives/category/programming

what problem? whether in vps, htaccess or maybe in cloudflare? before, hope can me in problem

this sounds on server directly. wouldn't alter permalinks.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -