• Hi all,
    I’m using Filezilla and I clicked the button that says “Force Showing Hidden Files” but I still can’t find my .htaccess file. Does anyone have any ideas about how I can find it or where it is?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Buchinzo

    (@buchinzo)

    I even used TextWrangler to connect to my server and tried to show the hidden files, but it still didn’t work.

    Thread Starter Buchinzo

    (@buchinzo)

    Yes I was, but I created a .htaccess file with the following code in it before I realized that WordPress would create one by itself.

    # 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

    But I made the changes to the index.php file and put both that and the .htaccess file in the root directory, but it’s still not working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Don't Seem to Have .htaccess File’ is closed to new replies.