Viewing 15 replies - 31 through 45 (of 66 total)
  • Thread Starter IamNickV

    (@iamnickv)

    Both I think…. I asked her to give me wp-config.php and .httaccess files

    Ask just for the wp-config.php file and the .htaccess file.

    Thread Starter IamNickV

    (@iamnickv)

    thats what I asked. To give me those files

    Thread Starter IamNickV

    (@iamnickv)

    She says it’s a full account backup

    What does that mean?

    Thread Starter IamNickV

    (@iamnickv)

    That they don’t have the files.

    You need to ask them what a “full account backup” means.

    Thread Starter IamNickV

    (@iamnickv)

    But I already asked them for these two files and she said she doesn’t have them….because no backups are made for my site….

    Then what did they mean by:

    Unfortunately, the most recent backup we have for you is from Saturday, June 15th.

    Thread Starter IamNickV

    (@iamnickv)

    That’s before I made this site, probably just when it was placeholder wordpress content or something…

    Thread Starter IamNickV

    (@iamnickv)

    she says they have copies of those two files but they are dated June 15th

    Then ask for the:
    – database name
    – database username
    – database password
    – database hostname

    This will allow you to re-create the wp-config.php file manually.

    Thread Starter IamNickV

    (@iamnickv)

    Ok i managed to create a new wp-config file :)))))

    What now? Is everything ok now??

    Create a new file in a plain text editor and add:

    # 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

    Save the file as .htaccess and upload it to the root of your WordPress site (ie the same folder that the wp-config.php file is in).

    Thread Starter IamNickV

    (@iamnickv)

    Ok, is that it?

Viewing 15 replies - 31 through 45 (of 66 total)
  • The topic ‘Blue Highlight Block When Trying to Drag-and-Drop Images inside Gallery’ is closed to new replies.