It starts off with adding a file handler for php5 (line 2)
Sets your 404 error doc (line 4)
Then does a rewrite to force www. to the beginning of all URLS. (line 6-8)
Not 100% certain what line 10-13 are doing. Someone may be able to help here.
Explicitly denying access to the site from 2 IP's (line 15,16)
Standard Wordpress htaccess stuff (lines 18-26)
Line 27,28 looks like a rewrite to get rid of an old directory and force it to the new url structure but not sure if it is working at all, someone with more experience can chime in here!
Lines 30-36 are doing a redirect using RewriteRule but could be reformatted like so:
PHP Code:
Redirect 301 /fulltiltpoker/fulltiltreview.html http://www.4flush.com/full-tilt-poker-review-2008/
Redirect 301 /pokerstars/pokerstarsreview.html http://www.4flush.com/pokerstars-bonus-code-review-2008/
Lines 38-101 are just redirects for affiliate links as well as renamed articles. And some articles that had special characters in the url string (like line 101).
All pretty standard stuff!
Hopefully someone else can chime in here. But if you make ANY changes AT ALL, make a backup first (well we already have one in the OP) and do them one at a time and test test test.
Bookmarks