• i set up a webhost so i can edit my own wordpress theme. i transferred
    the www.ads-software.com files through my FTP so i can edit the .php files
    but still allow me to use wordpress to create posts.

    i get a 404 error when i even go to the main page of the site, as well
    as i cannot even go into the /wp-admin section.

    i expected that once i transferred the folders from www.ads-software.com into
    the webhost i would still be able to see and update the site.

    i am also getting in this bad loop where i need to get into my /wp-admin but to change the .htaccess file so i can see my site, but i cant even get into /wp-admin without the .htaccess file. what can i do?

Viewing 6 replies - 31 through 36 (of 36 total)
  • Thread Starter djwesterfield

    (@djwesterfield)

    when i delete the .htaccess file i get this

    Warning: require(./wordpress/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/theowler/public_html/index.php on line 17
    
    Warning: require(./wordpress/wp-blog-header.php) [function.require]: failed to open stream: No such file or directory in /home/theowler/public_html/index.php on line 17
    
    Fatal error: require() [function.require]: Failed opening required './wordpress/wp-blog-header.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/theowler/public_html/index.php on line 17

    i think the only problem i have is the index.php when i edited it.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    You didn’t need to put the WP files anywhere. You need to read better what the directions are, and what your set up already is, or you’re going to be miserable for a very long time.

    From that link:

    WordPress allows you to install the WordPress files to a subdirectory, but have your blog exist in the site root.

    These Directions are to have your WordPress files in a subdirectory, but have your blog LOOK like it’s in the site root.

    By installing Wp in your /wordpress folder, you ALREADY had the first part of that done.

    Put the files back in the /wordpress folder

    You should have started at step 4

    In the box for Blog address (URL): change the address to the root directory’s URL. Example: https://example.com

    If you did that correctly, when you put the files back in /wordpress, it should start to work again.

    You can skip step 6, since your WP install is already in a subdirectory.

    Note that step 7 says to COPY the files, not move.

    That should get you started.

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    FYI, at this point, if you’re not sure what you’re doing, STOP and ask before you do it ?? There’s no shame in asking for help before you make a change and it’s easier that having to back out some of this stuff ??

    Thread Starter djwesterfield

    (@djwesterfield)

    you guys are amazing. it all works now.

    quick final dumb questions and i will leave you guys alone.

    if i want to change and make a new theme for my WP, do i just replace whatever files needed in my blog root folder?

    also:
    it says that my wp-admin was not found:
    https://theowler.com/wp-admin/edit.php

    but it allows me when i do
    https://theowler.com/wordpress/wp-admin/edit.php

    any way to change that or no?

    if i want to change and make a new theme for my WP, do i just replace whatever files needed in my blog root folder?

    Nooo! You upload new files to the appropriate theme folder in wp-content/themes.

    Before you do anything related to themes, have a good read of:

    https://codex.www.ads-software.com/Using_Themes
    and
    https://codex.www.ads-software.com/Theme_Development

    Moderator Ipstenu (Mika Epstein)

    (@ipstenu)

    ?????? Advisor and Activist

    https://theowler.com/wordpress/wp-admin is the correct URL. You don’t WANT to change that. It hides it from your visitors. S’all good.

Viewing 6 replies - 31 through 36 (of 36 total)
  • The topic ‘admin/ .htaccess’ is closed to new replies.