Results 1 to 7 of 7

Thread: Anyway to hide the fact the website is a wordpress site?

  1. #1
    Thread Starter
    Member zuko's Avatar
    Join Date
    Apr 2011
    Location
    United Kingdom
    Posts
    81
    Thanks
    0
    Thanked 1 Time in 1 Post

    Anyway to hide the fact the website is a wordpress site?

    Is there anyway to hide the fact the site is built on wordpress?

    as in urls and stuff.. I'm reselling WP built applications and the clientele seem to have a stigma attached to wordpress!

    also wp-admin folder is easy to hack, if they didnt know it was there then it would be a lot harder.

    I thought about doing a rewrite on the directories and files and return a 404 on the originals

    Any thoughts?

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,697
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    I can only think of rewrites but it may also affect performance.
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

  3. #3
    Veteran demonlee's Avatar
    Join Date
    Mar 2011
    Location
    Antas, Spain
    Posts
    574
    Thanks
    6
    Thanked 51 Times in 46 Posts
    Firstly, if you custom build the website instead of buying or using a typical WP one, then you can hide loads of stuff, also use pretty urls in permalinks to hide all the gumpf you normally see and of course, if you think WP-ADMIN is easy to hack, you are not configuring the file and folder permissions correctly... they should not be even visible to any net user or browser except the authorised persons.

    Try this...

    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_URI} wp-admin/
    RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
    RewriteRule .*\.php [F,L]
    RewriteCond %{QUERY_STRING} !YOURSECRETWORDHERE
    RewriteRule ^ADMINFOLDER/(.*) wp-admin/$1?%{QUERY_STRING}&YOURSECRETWORDHERE [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]

  4. #4
    Senior Member radioz's Avatar
    Join Date
    Feb 2010
    Location
    United States
    Posts
    230
    Thanks
    29
    Thanked 11 Times in 10 Posts
    It sounds to me like there is an ethics question here. AppThemes makes good themes that certainly go well beyond basic WP sites but if the customer doesn't want a WP based site, you should perhaps offer them something else if you can't convince them that what you are doing will be good for them. Tricking them is both wrong and a very bad idea long term should you want future business and a good reputation.
    Jon Hall

    ClassiPress:
    http://www.73.biz
    Vantage:
    http://www.Greene.US

  5. #5
    biliPH's Avatar
    Join Date
    Jul 2010
    Location
    Philippines
    Posts
    33
    Thanks
    1
    Thanked 3 Times in 2 Posts
    IMO, for security concerns it is a good idea to hide the fact that your site is built with wordpress. As for clients having a stigma with wordpress, as you said, I think it's better to discuss with them the features of classipress so they would be sold to the idea that having a wordpress-based site isn't bad at all.

    if i may ask, what's the reason for them having a stigma with wordpress?
    BayanPages - The Philippines' buy and sell, classified ads and online business portal.

  6. #6
    Forum Member bellodharma's Avatar
    Join Date
    Jul 2011
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts
    Quote Originally Posted by radioz View Post
    Tricking them is both wrong and a very bad idea long term should you want future business and a good reputation.
    i so totally agree. although you also said that it would be harder for hackers if you can fool them by hiding the true identity of your page still its not good with business. try to persuade them and tell them the benefits of having the packages you sell but don't make them blind in the dark and after that they will probably end up hating you for this.

    honesty is the best policy!

  7. #7
    tradeamillion's Avatar
    Join Date
    Mar 2012
    Location
    New York
    Posts
    1,076
    Thanks
    82
    Thanked 12 Times in 12 Posts
    you can rename the wp-content at install
    or mod back-end for client and hide anything you need via php or css

    there is a lot to secure in wp but if get file permission right you should be ok as long as your using updated plugins from valid source
    also make sure your /uploads/ is well protected

    change /wp-admin/ path and load itheme security pro
    then there is other stuff you can mod to secure more
    Computers are incredibly fast, accurate, and stupid: humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Can I remove the Jobroller and Wordpress links at the bottom of my website?
    By biggreg in forum Report JobRoller Bugs
    Replies: 1
    Last Post: December 24th, 2010, 07:28 PM
  2. Multiple wordpress on website
    By jasonleezzzzz in forum Help Using ClassiPress
    Replies: 3
    Last Post: August 13th, 2010, 10:46 AM
  3. Hide Welcome to our Website
    By ergib in forum Help Using ClassiPress
    Replies: 2
    Last Post: May 1st, 2010, 09:15 AM
  4. Upload pictures after the fact?
    By chanders in forum ClassiPress General Discussion
    Replies: 2
    Last Post: July 22nd, 2009, 12:53 PM