Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms (2)

3
votes
1answer
10 views

logout not redirect when facebook logout and data remains in php

I am using facebook-php-sdk (github) for facebook login on my localhost page, when i logout, the page is not redirecting.. And the same page i can see the my profile information in arrays, even after ...
5
votes
0answers
20 views

A web page that requires login should redirect to the login page or simply display the form?

When a web page offers content that require the user to log in there are two ways to have them authenticate themselves: The web application stores the URL, then redirects to a separate login page, ...
0
votes
0answers
18 views

Redirect subdomain to specific URL via htaccess

I've seen hundred of examples, but I can't adapt them to my case. I need to redirect (via htaccess) from radio.mysite.com:8000 to www.mysite.com:8000/radio.pls Can somebody help please? Thanks!! ...
0
votes
0answers
9 views

HTTPS redirects not working in Tomcat

I've got a Tomcat instance which is configured with the following in it's web.xml file to only allow HTTPS: <security-constraint> <web-resource-collection> ...
0
votes
1answer
14 views

Changing a word in the query string via 301 redirect

I would like to change the word "popular" to "most-popular" in the following URL http://www.site.com/projects?page=12&sort=popular I thought this would work: RewriteRule ...
1
vote
1answer
10 views

htaccess rewrite URL to append Google campaign tracking causing redirect loop

We are attempting to track offline campaigns to using aliased URLs that point to our main site. We need to append Google analytics campaign tracking code to the end of the URL when the domain is one ...
0
votes
1answer
15 views

.htaccess Redirection [force www except index.php]

I'm trying to do an htaccess redirection based on this condition : Redirect all pages without "www" http://siteweb.com to http://www.siteweb.com/index.html Except http://siteweb.com/index.php The ...
0
votes
1answer
11 views

Check url for string and 301 redirect to url without the string

I have checked a lot of htaccess redirects but I can't seem to find one that suits my needs. We have an old url like this: www.domain.com/shoes/nike/filter/gender/men I would like a rule that checks ...
0
votes
1answer
14 views

.htaccess RewriteCond syntax

I need to expose an internal folder to the root url of my site. So I need to redirect users to /public/ BUT it should NOT redirect if you visit site.com I've tried this but can't get it to work: ...
0
votes
0answers
15 views

UrlFetchApp can't get past oauth 2.0 redirect

I have written a webservice in java based on Google App Engine, which stores and retrieves information about the ranking of a given page. I added Oauth authentication because this service should ...
0
votes
1answer
7 views

E107 redirect facebook scraping error

Here's my .htaccess file: RewriteCond %{REQUEST_METHOD} POST RewriteCond %{REQUEST_URI} !^/?(usersettings\.php|page\.php|news\.php|signup\.php|admin/|plugins/forum/|plugins/.*/.*config\.php) ...
0
votes
1answer
9 views

htacess 401 redirect is not working properly

I am trying to write an htacess code to redirect to a spesific page. But it is not working now. Please see the full htacess code RewriteEngine On RewriteRule ...
0
votes
6answers
41 views

if query does not exist, redirect to another page

This code only redirects to notenrolled.php even if the inputted value is correct. I want it to continue the process if the value entered is correct. Is there something wrong with my code? <?php ...
0
votes
1answer
19 views

Mod_Rewrite Redirect

I'm having a problem with mod_rewrite on my hosting. All is working fine, but I changed my directories organization and so now all pages Google indexed before the change have the wrong extension (I ...
0
votes
1answer
3 views

How can i redirect just one folder to the existing one and others to a mobile website with htaccess

Here is what I have right now, it redirects mobile devices to m.somesite.com when they go to somesite.com , I want any calls to somesite.com/wp-content/uploads/* to stay on somesite.com and not go to ...

1 2 3 4 5 445
15 30 50 per page