Questions tagged [permanent]

119 questions
0
votes
1 answer

How to set a permanent link between 2 iPads

I need to build a simple interface between 2 instances of the same app running on 2 different iPads, which can communicate between themselves. The idea is to create a permanent link between them (by exchanging some kind of Id), that would be…
Joao
  • 619
  • 1
  • 5
  • 14
0
votes
3 answers

Click rails button to permanently change data model and css

So I'm creating a photo proofing web app for a client. I want him to be able to skim the images on the site and under each image is an 'Approve' button, which he can click and the image border will turn green, signaling it's good for export. Now my…
Brice Lin
  • 532
  • 5
  • 11
0
votes
1 answer

How do I write .htaccess to permanently redirect multiple folders to subdomain with working query string?

I need to use .htaccess to permanently redirect domain.com/folder to folder.domain.com I also need to convert domain.com/folder and folder.domain.com/folder2 to folder.domain.com/index.php?source=folder2 index.php being hidden... so it ends up as…
0
votes
1 answer

nginx folder to cdn redirection

I'm still quite new to nginx and despite I took a look at all the answers of this kind of questions and tried everything they said, nothing has worked so far. I want to do this redirection: From http://www.mydomain.com/folder to …
Luis Herranz
  • 358
  • 3
  • 12
0
votes
1 answer

Redirect permanent with additional params

My goal is to redirect from /kontaktaufnehmen/kontakt.html to /auftragsverwaltung/kontakt/?type=1 and the parameters must be added to the new path. I tried Redirect permanent /kontaktaufnehmen/kontakt.html /auftragsverwaltung/kontakt/?type=1 but…
kimomat
  • 2,211
  • 23
  • 37
0
votes
1 answer

.htaccess 301 Redirect that Works for http and https cases, .com and localhost

I need to do a 301 redirect on a single page. If I just wanted it to work from www.example.com, I would have: redirect 301 /urisegment1/urisegment2/urisegment3 http://www.example.com/urisegment1/urisegment2/NEWURISEGMENT3 The problem is, users may…
whispersan
  • 1,029
  • 2
  • 13
  • 28
0
votes
1 answer

IBOutletCollection of UIButtons wont set highlighted

I have an IBOutletCollection of UIButtons: @property (nonatomic, retain) IBOutletCollection(UIButton) NSMutableArray *Buttons; with an ibaction i would to change the highlighted state permanently after the touch down event. This Problem is very…
Phil
  • 341
  • 6
  • 19
-1
votes
1 answer

How to make PHP permanently running script "forget" everything and perform almost as a restart

I have a PHP script running permanently on a server. I have very limited access to restart it. Is there any way how to reset everything in the script from inside? I do not mean to physically stop and start the script. I'm looking for a way how to…
Láďa
  • 5
  • 4
-1
votes
1 answer

Store permanently an information

fisrt sorry for my english... How is it possible to know if an user has installed the application for the first time ? I explain my need : when the user install my application, he has for example 10 credits for free. But after, if he needs more…
gigi38660
  • 1
  • 1
-1
votes
1 answer

Various htaccess redirect methods and why?

I have an obsolete url (mydomain.com/page.html) which naturally returns a 404 error. I want to implement a permanent 301 redirect back to my home page at mydomain.com. (Apache/Linux server with permission to manually edit htaccess file) I want to…
Sparky
  • 98,165
  • 25
  • 199
  • 285
-1
votes
1 answer

Permanently running my node application

I have created a node application its working fine on my local server. Now i want to upload on live server and it will work permanently. I have found some links and do the same steps that are mentioned but still its not working(Link). I have setup…
Pritesh Mahajan
  • 4,974
  • 8
  • 39
  • 64
-1
votes
1 answer

How to redirect this url with .htaccess a specific url

How to redirect this url with .htaccess http://www.example.com/products.php?IDZ=0-0-0-106-1&start=156 to http://www.example.com/ 301 permanent redirection
Muddassar Ahmad
  • 516
  • 4
  • 8
-1
votes
1 answer

301 .htaccess redirect with queries just after /

I've been struggling to do 301 redirects, and none of the existing topics helps. I need to make redirects with .htaccess for the following pages: Redirect 301 http://www.mypage.com/?q=company/contacts http://www.mypage.com/contacts Redirect 301…
-2
votes
1 answer

How to make a tkinter entry default value permanent

I am writing a program in python that will take in specific formats, a Phone number and dollar/cent values. How can I make tkinter have default value which is permanent, not deletable. For example (XXX)-XXX-XXXX? basically you can add an entry to…
Amao
  • 1
  • 1
1 2 3 4 5 6 7
8