The tag has no wiki summary.

learn more… | top users | synonyms

18
votes
6answers
996 views

Good tool to crawl my site and help me find dead link and unlinked files

I have a pretty big legacy site with literally thousands of PDFs that are sometimes accounting for in a database, but often are just links on the page, and are stored in most every directory on the ...
6
votes
5answers
938 views

Open Source website backup tool suggestions

I'm looking for an Open Source website backup tool. I'm more interested in Open Source so I can make changes if need be and possibly contribute to the software. Automatic scheduled FTP backups ...
6
votes
2answers
121 views

Using WordPress for large collaborative site

I work for a government agency, and we're thinking about creating a new, fairly large site using WordPress as the platform. It would involve allowing quite a few people around the state access to the ...
4
votes
2answers
160 views

Deploying websites with a 'Maintenance Mode' switch

I'm working on a site where I need to add a 'maintenance mode' and became curious to see what methods people use to deploy their sites to live, when there is a required downtime. Some ideas that come ...
4
votes
2answers
112 views

How to charge for web maintenance services [closed]

Over the years we have developed many websites for clients. The issue we currently deal with is having individual clients wanting minor changes or enhancements to their site. Each client doesn't ...
3
votes
1answer
111 views

How much time do you spend for SEO?

There are basic rules to follow for SEO, and then there are labor intensive site promotion activities that you can do on a daily basis that add tiny increments that over time eventually add up to a ...
3
votes
2answers
203 views

Migrate user accounts out of system with hashed passwords

I have a system with a few thousand user accounts that I need to migrate to a new platform. The system stores a hashed password, not encrypted or (thank goodness) plain text. Also, I don't have the ...
3
votes
1answer
58 views

Any solutions for managing all properties from one system?

I'm looking for a solution to manage/keep track of the different domains and sites I maintain. I manage multiple domains with numerous sites, subdomains, many instances of CMS and other web apps, and ...
2
votes
2answers
92 views

How can I redirect any kind of access to my site to somewhere else, except for me?

My site, www.example.com has a MyBB forum installation, and has many users constantly checking it out. I would like to make a major change to it - basically, I want to delete everything it has and ...
1
vote
1answer
75 views

Website signaled as containing malware

I've got a nasty problem with one of our websites. It has been signaled to us by Google and other agencies that it contains malware. We weren't able to understand how to cope with the problem. Could ...
1
vote
3answers
155 views

Should users be deleted after inactivity on a website?

When you have a social website or a website where you can register, would you eventually delete them after a certain time (after a year of inactivity) or would you rather keep their account records ...
1
vote
1answer
30 views

Using Extension:Maintenance to generate sitemap MediaWiki

I'm using MediaWiki 1.19.2. I want to generate a sitemap.xml. Here's the documentation. We have to use a maintenance script to generate the sitemap.xml. So I use the extension Maintenance but I ...
0
votes
2answers
70 views

Upgrading Shopping Cart Software and SERPS

I operate a fairly large (45,000+ pages) ecommerce site that runs on an older ASP.NET 1.1 shopping cart that is a pain to administer and maintain but ranks really well. I'd like to upgrade to a .NET ...
0
votes
1answer
46 views

Is it good to have a separate search results page for a website?

In terms of SEO and maintainability. My website is based on WordPress, it's currently using WordPress search and it's using the same URL as the home page to return search results i.e. say my website ...
0
votes
1answer
31 views

SEO Sitemap questions about a site that changes all the time

I have a website that changes hourly, new contents are added from different feeds, so no original contents at all, I have details pages where they show the details of every item, Then I have pages ...
0
votes
0answers
911 views

Redirect all access requests to a domain and subdomain(s) except from specific IP address? [closed]

This is a self-answered question... After much wrangling I found the magic combination of mod_rewrite rules so I'm posting here. My scenario is that I have two domains - domain1.com and domain2.com - ...