Plugin Directory

Changeset 859763


Ignore:
Timestamp:
02/17/2014 11:24:46 PM (12 years ago)
Author:
mthomas9
Message:

htaccess modification

Location:
purlem-personal-url-marketing
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • purlem-personal-url-marketing/trunk/purlem.php

    r839873 r859763  
    44Plugin URI: http://purlem.com
    55Description: Personalize your blog to visitors and track results with Personalized URLs (PURLs). <strong>The Plugin Requires a <a href='http://www.purlem.com'>Purlem Account</a>.</strong>
    6 Version: 1.3.0
     6Version: 1.3.1
    77Author: Marty Thomas
    88Author URI: http://purlem.com/company
     
    4646<IfModule mod_rewrite.c>
    4747RewriteEngine On
    48 RewriteCond %{SCRIPT_FILENAME} !([A-Za-z0-9_]+).(html?|php|asp|css|jpg|gif|shtml|htm|xhtml|txt|ico|xml|wp-admin|admin)/?$ [NC]
     48RewriteCond %{SCRIPT_FILENAME} !([A-Za-z0-9_]+)\.(html?|php|asp|css|jpg|gif|shtml|htm|xhtml|txt|ico|xml|wp-admin|admin)/?$ [NC]
    4949RewriteCond %{REQUEST_FILENAME} !-f
    5050RewriteCond %{REQUEST_FILENAME} !-d
    51 RewriteRule ^([a-zA-Z0-9]+)\\\\\.([a-zA-Z0-9]+)/?$ ".get_option('purlemURI')."?purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R,L]
     51RewriteRule ^([A-Za-z0-9_]+)\\\\\.([A-Za-z0-9_]+)/?$ ".get_option('purlemURI')."?purl=\\$1\\$2&ID=".get_option('purlemID')."&page=1&wordpress=Y [R,L]
    5252</IfModule>
    5353#END PURL CODE\n";
  • purlem-personal-url-marketing/trunk/readme.txt

    r839873 r859763  
    55Requires at least: 2.1
    66Tested up to: 3.2.1
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88
    99Personalize your blog to visitors and track results with Personalized URLs (PURLs). The Plugin Requires a Purlem Account.
Note: See TracChangeset for help on using the changeset viewer.