find pages that have been 'redirected' on mediawiki [closed] - mediawiki

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have many redirect pages on my wiki. They are hidden from the search by default, but I would like a way for an admin to see a list of them.
How can I do that?

There is a special page called Special:ListRedirects for that.
The list is limited to 1000 redirects, but some WikiMedia wikis can show up to 5000 results, so there seem exist some way around that limitation.

Related

Embedding a different website in my website [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 5 days ago.
Improve this question
Is it possible to embed another website in my website without the user being easily able to tell that the page was embedded, and if so, how can this be done?
I tried searching for info online it did not seem to be relevant.

how make multi lang website without loading all data again? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 2 years ago.
Improve this question
I have basic HTML website webcovid19.live with many iframe tags,
How can I create multi lang website without loading all stuff again ?
...Just to load new text without iframes.
You can use Google translate. Its the fastest way to translate a website.please give enough information what you really want to do which language you are using

What is manifest in HTML5 ? and how to use it? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I want the page visible to the user even when the net connection breaks so is there a way to
store the page for atleast some time.
Describing the cache manifest in an SO answer will take a lot of space. Instead of doing that, I'm going to save everyone some time and post a tutorial for you: http://www.html5rocks.com/en/tutorials/appcache/beginner/
StackOverflow is better suited if you have trouble understanding a specific part of cache manifests.

How do free webhosters enforce ads? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
How do those webhosting companies enforce ads on your page?
I'd love to enforce a specific piece of html code on a webserver.
So, how do they?
They might use append and prepend depending on the exact solution you are referring to.
You basically use it to call another file (html, php etc) which is appended or prepended on the page (At the top or botton).
I did it once years ago and it worked.
Maybe stick the adsense code in the appended/prepended file.
See: http://www.maheshchari.com/php-auto-append-prepend-file-using-htaccess/
James

Customizing ebay store HTML and CSS code (How to?) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an ebay store and it has some themes but I would like to be able to change the CSS and HTML code myself.
Does anyone know how this is done?
Thanks
I've done it several times earlier. Main thing is to add link to stylesheet (which is on your server). If i remember correct, you can add it where HTML for header is added, and then style elements generated by eBay. (Don't use id)