Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
websystems
tagDiv Member

Here is my .htaccess(chmod 755):

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteRule ^other/(.*) /wp-includes/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^file/(.*) /wp-content/uploads/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^ext/(.*) /wp-content/plugins/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin/main\.css //index.php?style_wrapper=1&putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin/style.css /nothing_404_404?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin/(.*) /wp-content/themes/Newspaper-child/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^Newspaper/(.*) /wp-content/themes/Newspaper/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^skin_main/(.*) /wp-content/themes/Newspaper/$1?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^ajax /wp-admin/admin-ajax.php?putyo_hide_my_wp=pass [QSA,L]
RewriteRule ^(((wp-content|wp-includes)/([A-Za-z0-9\-\_\/]*))|(wp-admin/(!network\/?)([A-Za-z0-9\-\_\/]+)))(\.txt|/)$ /nothing_404_404?putyo_hide_my_wp=pass [QSA,L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Pagination work’s fine with categories and tags, but in main section it redirect to index…

Viewing 1 post (of 1 total)