Hi.
Can someone provide the default coding for the .htaccess file WordPress outputs upon installation?
Thanks in advance.
Hi.
Can someone provide the default coding for the .htaccess file WordPress outputs upon installation?
Thanks in advance.
WordPress doesn't output a .htaccess file upon installation.
To answer your question: it should be in Settings-> Permalinks.
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Just in case you can't find it.
Thanks very much haochi. I actually thought this was the beginning of coding the .htacess file to redirect my wp-admin log in page to a secure SSL. I guess this really is going to be a headache for me.
This topic has been closed to new replies.