I have 2 .htacess files…I want pretty permalinks…help!
-
I found out that I DO already have an .htaccess file…in fact I have TWO! (some company made the website for us). They are located in the cPanel
/home/journey/public_html/wp-content/.htaccess
/home/journey/public_html/.htaccess
The top one has a lot of info in it and the second is blank. When i want to change my permalinks it says to copy this to my htaccess:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>Which one do I copy it to? Do I delete the old info? I’m really just trying to make my permalinks pretty. Any help would be appreciated.
- The topic ‘I have 2 .htacess files…I want pretty permalinks…help!’ is closed to new replies.