indxr

Out of context: Reply #3

  • Started
  • Last post
  • 3 Responses
  • XYZ0

    Try the following:

    1) Make sure you have full access to your FTP account (admin) then make sure you have full permissions to delete content ect.

    2) If you have an admin account, try and change the permissions of your stats folder, give it a 777 using your FTP app and then try and delete it.

    3) Sometimes if you have an .htaccess with in a folder you can't just delete that folder, and if you open that folder you can't always see that .htaccess file. So login to your Godaddy account and see if there is a file manager or something like that, then navigate to the stats folder and see if is anything in there.

    (Note: Don't just delete stuff from the root of your webserver, email Godaddy support and ask them if you need it? Do this before you try any of the points above)

    To answer your other question:

    Create a .htaccess file and copy and paste this code into it:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule (.*) http://subdomain.mydomain.com/$1… [R=301,L]

    change http://subdomain.mydomain.com to your sub domain and place this file in the root of your webserver and there you have it.

    If you need a stats app then Google Analytics is the one you want.

    I hope this helps you out!

View thread