Change Wordpress wp-admin folder

Just adding a question to this thread if it's okay.When u buy a theme,would u say it still very unsecure,or is it the free theme sites that is unsecure and prone to attacks. I have not read anything about "protecting" a site yet, as i'm still new and learning. I know any site can get attacked,was just wondering about security now,guess i need to read how to secure a site.
 
Last edited:
Is it really necessary to use so many though? Have always found it better to stick to the main ones (FB, Twitter, G+, and maybe one or two others relevant to the type of content you're working with), and not cluttering up the site with too many icons...

No true.

I only need Facebook, Twitter instagram and flicker

But struggled to find one which have all of them

I did thou.

I'll also post that in a few moments
 
Just adding a question to this thread if it's okay.When u buy a theme,would u say it still very unsecure,or is it the free theme sites that is unsecure and prone to attacks. I have not read anything about "protecting" a site yet, as i'm still new and learning. I know any site can get attacked,was just wondering about security now,guess i need to read how to secure a site.

Themes themselves is not too worrisome it's the sketchy plug ins from the store
 
I just moved from Wordpress to Jekyll and static CSS sites for my blog and my resume page.

So far so good, lightweight static sites that can run on 128MB VPS's and still look pretty!

I just couldn't stand WP and its need for a DB, plugins and the need to constantly upgrade to remain secure.

This way I just upgrade my webserver and i'm good to go - no 3rd party crap! The only problem now is exporting old content and moving it over!
 
Last edited:
Using a pre-existing subdirectory install
If you already have WordPress installed in its own folder (e.g., http://example.com/wordpress), then the steps are as follows:

Go to the General panel.
In the box for Site address (URL): change the address to the root directory's URL. Example: http://example.com
Click Save Changes. (Do not worry about the error message and do not try to see your blog at this point! You will probably get a message about file not found.)
Copy (NOT MOVE!) the index.php and .htaccess files from the WordPress (wordpress in our example) directory into the root directory of your site—the latter is probably named something like www or public_html. The .htaccess file is invisible, so you may have to set your FTP client to show hidden files. If you are not using pretty permalinks, then you may not have a .htaccess file. If you are running WordPress on a Windows (IIS) server and are using pretty permalinks, you'll have a web.config rather than a .htaccess file in your WordPress directory.
Edit your root directory's index.php.
Open your root directory's index.php file in a text editor
Change the line that says:
require( dirname( __FILE__ ) . '/wp-blog-header.php' );
to the following, using your directory name for the WordPress core files:
require( dirname( __FILE__ ) . '/wordpress/wp-blog-header.php' );
Save the file.
Login to your site (if you aren't still already). The URL should still be http://example.com/wordpress/wp-admin/
If you have set up Permalinks, go to the Permalinks panel and update your Permalink structure. WordPress will automatically update your .htaccess file if it has the appropriate file permissions. If WordPress can't write to your .htaccess file, it will display the new rewrite rules to you, which you should manually copy into your .htaccess file (in the same directory as the main index.php file.)
Since the site is not working for some of these steps, it is best to make this change at a time of low activity, e.g., the middle of the night.

If you already have content in your site, see when your domain name or URLs change for how to deal with references to the old URL that will remain in the database.

Link - https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory
 
Top
Sign up to the MyBroadband newsletter
X