htaccess questions
-
Am lost in htaccess…
Have checked Codex, Wikipedia, and other sources but the only answers I find are in codespeak…
What I really need are plain English answers to:
1. Where did the htacess file in my WP site come from? I didn’t generate it.
2. Here’s what it reads, what does it mean?
# 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
3. In its present form, how does it effect site performance?
4. Could this structure have anything to do with the fact that only half the site is being indexed after 60 days?
5. How could it be rewritten to improve site performance?
6. Would any of the several available plugins benefit me?
All and any information will be gratefully appreciated.
Vern
- The topic ‘htaccess questions’ is closed to new replies.