Results 1 to 3 of 3

Thread: Can't find my .htaccess...help

  1. #1
    Thread Starter
    Junior Member cedricde's Avatar
    Join Date
    Jun 2011
    Posts
    31
    Thanks
    10
    Thanked 0 Times in 0 Posts

    Can't find my .htaccess...help

    Hi guys,

    I can't find my .htaccess!

    I trued to upload a new one but I get the message that the file already exist. So this mean I can't see it.

    I tried Fizilla but I can't upload the file to change it... I want to rewrite it for a multisite:

    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]

    # uploaded files
    RewriteRule ^files/(.+) wp-includes/ms-files.php?file=$1 [L]

    RewriteCond %{REQUEST_FILENAME} -f [OR]
    RewriteCond %{REQUEST_FILENAME} -d
    RewriteRule ^ - [L]
    RewriteRule . index.php [L]


    Can someone tell me how I can access to that hide file please...

  2. #2
    Forum Member ganesha's Avatar
    Join Date
    Jan 2012
    Posts
    33
    Thanks
    0
    Thanked 5 Times in 5 Posts
    Dot files (ie those beginning with '.' ... '.htaccess') are usually hidden by default. If you're using cPanel there's an option when you tell it to open the file manager to show hidden files (or dotfiles). If you're not using cPanel's file manager, you'll need to look up how to make your file manager show hidden files.



    _____________
    Always remember you're unique, just like everyone else

  3. #3
    Thread Starter
    Junior Member cedricde's Avatar
    Join Date
    Jun 2011
    Posts
    31
    Thanks
    10
    Thanked 0 Times in 0 Posts
    Hello Ganesha

    A big thanks to you. (Sorry for my lack of knowledge :/)

    All the best.
    Ced

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. .htaccess rewrites
    By alinimmo in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 3rd, 2011, 09:46 PM
  2. htaccess problem !!!
    By 1stcall in forum Report ClassiPress Bugs
    Replies: 7
    Last Post: August 5th, 2011, 10:51 AM
  3. htaccess
    By zuko in forum Help Using ClassiPress
    Replies: 1
    Last Post: May 18th, 2011, 09:51 AM
  4. permalink and .htaccess
    By shatoony26 in forum Report ClassiPress Bugs
    Replies: 14
    Last Post: December 20th, 2010, 07:28 PM
  5. Want allow subdirectory (htaccess)
    By reyvax in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: August 24th, 2010, 02:06 PM