[ create a new paste ] login | about

Link: http://codepad.org/jQdK72wr    [ raw code | fork ]

Plain Text, pasted on Mar 10:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{QUERY_STRING} ^nggpage=(.*)$
RewriteRule ^(.*)$  $1?page=%1     [L,R=301]
</IfModule>


Create a new paste based on this one


Comments: