Changeset 44796
- Timestamp:
- 05/07/08 23:00:38 (2 months ago)
- Files:
-
- 1 modified
-
a9-siteinfo-generator/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
a9-siteinfo-generator/trunk/readme.txt
r44793 r44796 20 20 1. Upload the plugin into your wp-content/plugins directory 21 21 2. Activate the plugin 22 3. Rebuild your Permalink structure in �Options� -> �Permalinks�23 4. Customize the settings of this plugin in �Options� -> �SiteInfo�22 3. Rebuild your Permalink structure in "Options" -> "Permalinks" 23 4. Customize the settings of this plugin in "Options" -> "SiteInfo" 24 24 25 If your Blog is NOT located in the root directory (like www.mydomain.com/blog/) or your server doesn �t support mod_rewrite:25 If your Blog is NOT located in the root directory (like www.mydomain.com/blog/) or your server doesn't support mod_rewrite: 26 26 27 27 1. Upload the plugin into your wp-content/plugins directory 28 2. Create a new file named �siteinfo.xml�in your domain root directory (like www.mydomain.com/siteinfo.xml).28 2. Create a new file named "siteinfo.xml" in your domain root directory (like www.mydomain.com/siteinfo.xml). 29 29 3. Make it writable using FTP or SSH and the CHMOD 777 command. The WordPress Codex has additional information about that. 30 30 4. Activate the plugin 31 5. Go into �Options� -> �SiteInfo�and verify if the file system path to the siteinfo.xml is correct.31 5. Go into "Options" -> "SiteInfo" and verify if the file system path to the siteinfo.xml is correct. 32 32 33 33 == Frequently Asked Questions == 34 34 35 35 = I have to access to my domain root, can I use SiteInfo? = 36 Since there is only one SiteInfo per domain, you can �t use SiteInfo without access to your domain root.36 Since there is only one SiteInfo per domain, you can't use SiteInfo without access to your domain root. 37 37 38 38 = I get the error that my siteinfo.xml is not writable. = 39 39 Please make it writable using FTP or SSH and the CHMOD 777 command. The WordPress Codex has additional information about that. 40 40 41 = When i click on �Verify Path� or �Autodetect Path� I get the error �This feature is not available for this WordPress version�. =42 You are using an older WordPress version which doesn �t support all AJAX security features. Please upgrade to 2.0.341 = When i click on "Verify Path" or "Autodetect Path" I get the error "This feature is not available for this WordPress version". = 42 You are using an older WordPress version which doesn't support all AJAX security features. Please upgrade to 2.0.3 43 43 44 44 = What is mod_rewrite? = … … 48 48 This plugin uses mod_rewrite to map yourdomain.com/siteinfo.xml to yourdomain.com/index.php?request_siteinfo=true. This allows you to generate the SiteInfo on the fly without having to create a static file. 49 49 50 = My server doesn �t support mod_rewrite or my blog is not located at the domain root, what should I do? =50 = My server doesn't support mod_rewrite or my blog is not located at the domain root, what should I do? = 51 51 This plugin can also generate a static siteinfo.xml. Please verify your path to the domain root at the administration page. 52 52 … … 57 57 Please make sure that there is no siteinfo.xml in your domain root. 58 58 59 = I changed the content of my SiteInfo, but I can �t see it in my browser! =59 = I changed the content of my SiteInfo, but I can't see it in my browser! = 60 60 The SiteInfo is retrieved only once per session. Please close your browser and retry.
