• At the wordpres extended upgrade instructions page here : https://codex.www.ads-software.com/Upgrading_WordPress_Extended

    It says this : .htaccess file–if you have added custom rules to your .htaccess, do not delete it;
    # robots.txt file–if your blog lives in the root of your site (ie. the blog is the site) and you have created such a file, do not delete it.

    Where do i find .htaccess, robots.txt and index.php files ? iam using Filezilla. Iam hosting on https://www.free10gb.com

    On the www.ads-software.com Blog, they aslo say this : modify your theme to add tag support.
    SO, WHERE DO I FIND THE THREE ABOVE FILES, AND HOW DO I MODIFY MY THEME TO ADD TAG SUPPORT ?

    PS. I DONT KNOW A BIT OF PROGRAMMING .CODING
    PLEASE SOMEONE HELP ME !!!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Create a .htaccess file in a text editor and upload it to your root. It can be empty to start.

    Same with your robots.txt but with whatever code you need – refer to your own resource for that.

    index.php – 2 of them. One in the root which you rarely ever need to touch and one in your theme directory which will be used in many different ways.

    Thread Starter ferozkhanhamid

    (@ferozkhanhamid)

    In the upgrade instructions, it says to not delete these files. But there are no files. so, do i need to create them ? I don’t know what they are for, or whether i need them.

    You certainly need the index files and if you are going to be using permalinks you will need the .htaccess file

    The robots.txt file is your choice.

    Shadow,

    If my WordPress install resides in a subdirecory, do I put the robots.txt and the .htaccess file I created in the subdirectory or the main directory? The main directory is not relevant to the subdirectory. I host several sites/blogs/etc. on one server account but desire them to be treated differently by robots, as well as, have a different permalink structures.

    The .htaccess ALWAYS in the directory where WP is installed.

    Sorry, I guess I’m not getting this either. I’m using permalinks and don’t seem to see a .htaccess file anywhere. It’s suddenly interesting to me because our host, Site5, says:

    “…as you may know, the PHP Group has marked PHP 4 for end-of-life on December 31, 2007.

    Later this year, we will be transitioning our servers to use PHP 5 as the default. If you are using the .htaccess method to currently use PHP 5, you will then be able to safely remove that from your .htaccess file. If you are using the .php5 extension, that will continue to work.”

    A) should I worry about this at all?

    B) What must be done if anything to keep the site working?

    If you are just using the standard htaccess created by WP – I think you shouldn’t worry.

    your .htaccess file is probably hidden. If your using an ftp client like filezilla you might have to change some options to be able to view hidden files.

    A) WordPress is written to work in both PHP 4 & 5
    B) Nothing, unless something breaks then come back to forums and we can help you out.

    Edit: Moshu’s faster.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Where is .htaccess and index.php file ?’ is closed to new replies.