0 Members and 1 Guest are viewing this topic.
RewriteRule ^topblog/ index.php?s=topblog
RewriteRule ^newest/$ index.php?s=newestblog
RewriteEngine OnRewriteCond %{REQUEST_FILENAME} !-fRewriteBase /RewriteRule ^[^/]+$ %{REQUEST_URI}/ [L,R=301]RewriteRule ^topblog/ index.php?s=topblogRewriteRule ^newest/$ index.php?s=newestblog [NC]RewriteRule ^bloglist/$ index.php?s=bloglistRewriteRule ^admin/$ admin.phpRewriteRule ^admin/managesubmission/$ admin.php?f=viewsubmissionRewriteRule ^admin/managemember/$ admin.php?f=viewmemberRewriteRule ^registration/$ index.php?s=registrationRewriteRule ^profile/edit/$ index.php?s=editprofileRewriteRule ^addblog/$ index.php?s=addblogRewriteRule ^manageblog/$ index.php?s=manageblogRewriteRule ^manageblog/code/(.*) /index.php?s=manageblog&f=viewcode&id=$1RewriteRule ^activate/(.*) /index.php?f=activate&vkey=$1 [R]RewriteRule ^admin/blog/approve/(.*) /admin.php?f=viewsubmission&a=approve&id=$1RewriteRule ^admin/blog/reject/(.*) /admin.php?f=viewsubmission&a=reject&id=$1RewriteRule ^(.*)/visit/(.*) index.php?s=viewblog&id=$2RewriteRule ^category/(.*) index.php?s=viewcategory&c=$1RewriteRule ^author/(.*) index.php?s=viewauthor&a=$1RewriteRule ^blogprog/ core/update.php###Start Kloxo PHP config Area### begin content - please not remove this line#<IfModule mod_rewrite.c># ## MR -- authentically for letsencrypt for webroot-based# RewriteRule /\.|^\.(?!well-known/) - [F]#</FilesMatch>### MR -- using php version different with default php### 1. Using suphp### - Copy between '#<FilesMatch \.php$>' to '#</FilesMatch>' and ### then remove '#' from '#<FilesMatch', '#</FilesMatch>' and one of '#SetHandler'#<FilesMatch \.php$> #SetHandler x-httpd-php #SetHandler x-httpd-php52 #SetHandler x-httpd-php53 #SetHandler x-httpd-php54 #SetHandler x-httpd-php55 #SetHandler x-httpd-php56 #SetHandler x-httpd-php70 #SetHandler x-httpd-php71#</FilesMatch>### OR### 2. Using fcgid### - Copy from '#Options' to '#FCGIWrapper' and ### then remove '#' for one of '#FCGIWrapper'#Options +ExecCGI#<FilesMatch \.php$># SetHandler fcgid-script#</FilesMatch>#FCGIWrapper /usr/bin/php-cgi .php#FCGIWrapper /usr/bin/php52m-cgi .php#FCGIWrapper /usr/bin/php53m-cgi .php#FCGIWrapper /usr/bin/php54m-cgi .php#FCGIWrapper /usr/bin/php55m-cgi .php#FCGIWrapper /usr/bin/php56m-cgi .php#FCGIWrapper /usr/bin/php70m-cgi .php#FCGIWrapper /usr/bin/php71m-cgi .php### end content - please not remove this line###End Kloxo PHP config Area
Untuk tahu ini disebabkan karena cache dari nginx atau tidak maka coba pastikan Apakah anda menggunakan plugin cache atau tidak, lalu coba ganti ke hiawata proxy untuk memastikan masalah karena cache.Coba jg cek konfigurasi .htaccess anda.
Page created in 0.035 seconds with 17 queries.