This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
admin_menu:addons:seo:general_settings:start [2010/02/06 00:56] jonyo |
admin_menu:addons:seo:general_settings:start [2014/09/25 16:55] (current) |
||
---|---|---|---|
Line 16: | Line 16: | ||
=== Updates requiring .htaccess Changes === | === Updates requiring .htaccess Changes === | ||
- | So far, there are 2 updates that require changes to the .htaccess file in order to take advantage of new features. | + | So far, there are 3 updates that require changes to the .htaccess file in order to take advantage of new features. |
- | == SEO 1.0.* > 2.0.* == | + | <tip c n> |
+ | |||
+ | == SEO 2.0.0 == | ||
When you update from SEO 1.0.0 (used for Geo 3.1.9 and earlier versions) to SEO 2.0.0 or higher: | When you update from SEO 1.0.0 (used for Geo 3.1.9 and earlier versions) to SEO 2.0.0 or higher: | ||
- | == SEO 2.0.* > 2.1.* == | + | == SEO 2.1.0 == |
In SEO version 2.0.*, the titles that are used in the URL (such as the Category title or listing title) used underscores " | In SEO version 2.0.*, the titles that are used in the URL (such as the Category title or listing title) used underscores " | ||
Line 32: | Line 34: | ||
" | " | ||
+ | == SEO 2.3.0 == | ||
+ | |||
+ | The title in the URL can now have more than just alpha-numeric characters, such as punctuation and similar. | ||
==== Re-Write URLs ==== | ==== Re-Write URLs ==== | ||
Line 60: | Line 65: | ||
Note: Changing any settings in this section **does not** require re-generating the .htaccess file. | Note: Changing any settings in this section **does not** require re-generating the .htaccess file. | ||
- | <tip c w> | ||
==== Convert Accents ==== | ==== Convert Accents ==== | ||
Line 71: | Line 75: | ||
**Setting Enabled: | **Setting Enabled: | ||
- | < | + | < |
**Setting Disabled: | **Setting Disabled: | ||
- | < | + | < |
<tip c w>Only turn this setting on if you need it! It will cause the software to have to do a lot of extra work if you turn this on when it is not needed.</ | <tip c w>Only turn this setting on if you need it! It will cause the software to have to do a lot of extra work if you turn this on when it is not needed.</ | ||
Line 173: | Line 177: | ||
===== Extra Page Urls ===== | ===== Extra Page Urls ===== | ||
- | The extra pages url's within our system are not automatically rewritten by the SEO addon. | + | This support wiki article has been [[startup_tutorial_and_checklist:usability_configuration:seo:seo_rewrite_extra_pages|moved here]] |
- | + | ||
- | RewriteRule ^pricing\.html$ index.php? | + | |
- | + | ||
- | Whenever someone used the link like: | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | They would be redirected to the following url within the system (though they wouldn' | + | |
- | + | ||
- | http:// | + | |
- | + | ||
- | Creating the rewrite does not rewrite the link within the default design. | + |