174 Topics

Member Avatar for
Member Avatar for jhellein

Rebuilt an existing site: Old site used aspx pages, for example: [url]http://www.americascarshow.com/Detail.aspx?dct=11&mid=1656[/url] (broken) New site is in Joomla; new link is: [url]http://americascarshow.com/gadgetcentral[/url] I tried a 301 redirect in .htaccess file but cld not get it to work. I need a solution to redirect links to new pages and/or at least …

Member Avatar for diafol
0
232
Member Avatar for adam2009

Hello all, I wrote a jsp page. It has a form with a submit button that sends the data to some algorithm. I would like the submit button to load a "please wait" html. After the algorithm is done - that "please wait" page will be auto redirected to a …

Member Avatar for javaAddict
0
95
Member Avatar for Molinski

I am new to most the web programming experience and I have a php page (lets call it form.php for brevity) that posts some form information (including an attachment) to another php file that validates organizes the information (which I will call sendMail.php) and then mails it to the destination. …

Member Avatar for Molinski
0
399
Member Avatar for Gurnk

Here is some background... A few days ago I noticed that Firefox began to redirect. After a little testing I noticed that EVERY browser redirects. The redirects seems to happen when I am searching google or bing. The redirects also sometimes happen when I am browsing normally. [B]I have tried …

Member Avatar for jholland1964
0
319
Member Avatar for alyssajones

Hey people, I don'r know much about PHP so I think you can help me on this one. I have a email form and the action says: [CODE]<form id="contato" method="post" action="[COLOR="Red"]contact.php[/COLOR]">[/CODE] The php is placed as follows: [CODE]<?php $to = "conde.taly@gmail.com"; $subject = "Site Contact" ; $email = $_REQUEST['email'] ; …

Member Avatar for diafol
0
229
Member Avatar for oddjock

Hi, Since about 3 days ago, results from search engine queries (Google and Yahoo) have been redirecting to random sites. I've researched this problem from another PC, and the advice given to other users facing this issue involves some analysis that is outside my comfort zone (e.g. using Combofix, changes …

Member Avatar for oddjock
0
473
Member Avatar for joshisumitnet

Hi, All Friends Here I am showing you how to Redirect from Window Application to Web Application from VB.NET or C#.NET. The below code is from my VB.NET application. Just copy and paste the code into your application and you will see the magic. [CODE] Private Sub sitelink_LinkClicked(ByVal sender As …

0
105
Member Avatar for spectacularbob

Hi Everyone, I am having trouble developing a user registration form for my site. Here are the steps that I want to implement: Page 1: form page 1. the form where the user fills out their information into a form. 2. The form then posts the data back Page1 so …

Member Avatar for ko ko
0
152
Member Avatar for DoomS

Hey I've been having this problem of my browser redirecting randomly after a search on google and yahoo. It would even pop out an internet explorer window when I have nothing runing or clicked. This all started after picking up a XP Guardian Pro or so type of fake anti-spyware …

Member Avatar for crunchie
0
182
Member Avatar for ahmksssv

hi, how can i access the .htaccess file. i have been created a .htaccess file and write the code wat i want. this is working fine when i should type url with correct formate which i mention in the .htaccess file. i want to redirect page automatically.. plz give me …

Member Avatar for maba001
0
142
Member Avatar for karamjeet2004

i want to send value to another jsp page from sessions i add the attribute session=true in both jsp pages but i am getting error during running mode can u find any errors in code [B]try123.jsp[/B] [CODE]<% String val=(String)session.getAttribute("itemValue").toString(); %> <TD>IMAGE NAME</TD> <TD><INPUT TYPE=text NAME="img" VALUE="<%=val%>"></TD> </TR> <tr>[/CODE] [B]try.jsp[/B] [CODE]String …

Member Avatar for javaAddict
0
143
Member Avatar for tuuni

How to redirect all traffic (to my site's certain htm page.. example: sub.site.com/folder/file.htm) who are not coming directly to my site. Something like this but this is not correct.. [CODE] RewriteCond %{HTTP_REFERER} !^http://sub.domain.com RewriteRule !^$ http://sub.domain.com/folder/file.htm [R=302,L] [/CODE] How can it be done?

0
125
Member Avatar for chrismaz92

Every time I go to search something in the built in search bar in either IE8 or Safari, every link redirects me to a completely different address. I have ben using google as my default search engine, but the problem started when I had Bing set as the default. When …

Member Avatar for crunchie
0
334
Member Avatar for shadwickman

Hello, I was wondering how to go about having a redirect of stdout with Python take effect in a C extension. My python script redirects sys.stdout into a file handle created with [i]open(...)[/i], but within the function in my compiled C-extension, any output ([i]printf[/i], [i]puts[/i], etc) is still given to …

Member Avatar for Gribouillis
0
593
Member Avatar for nccsbim071

Hi i want to create a website just like "active collab" where number of clients can register and manage their software projects progress or absloutely any kind of projects and track the progress of project. I want the client or clients to give facility to register to our project management …

0
99
Member Avatar for Adub7

Hello DaniWeb Community! I'm currently working on a particularly troublesome problem with my mothers computer. What happens is if I search for something (eg. "apples") through either firefox and google or internet explorer and bing, I am redirected to spam sites. It is getting incredibly annoying. In addition, a new …

Member Avatar for outerspacely
0
417
Member Avatar for Ponyboy76

Hi, I am having a problem with IE. Whenever I use google or any search engine, I am redirected to various websites instead of the ones I linked to. I scanned my computer using AVG and it removed a bunch of trojans. I also used Malware bytes and it removed …

0
136
Member Avatar for scraddock

I need help with a Toshiba laptop that is having difficulties with IE/Firefox redirecting to advertising sites. I have tried numerous programs to kill this and have had no luck. Here is the most recent HJT log. Thanks in advance for your help. Logfile of Trend Micro HijackThis v2.0.2 Scan …

Member Avatar for jholland1964
0
447
Member Avatar for helpme!!

Hi i am trying to create a JSP class which will redirct but for some reason i keep getting an error when eneterning the correct info. i think [CODE] System.err.println("DEBUG: Query: " + selectSQL); Statement stmt = conn.createStatement(); ResultSet rs1 = stmt.executeQuery(selectSQL); while(rs1.next()) { u += rs1.getString("U"); p += rs1.getString("P"); …

Member Avatar for helpme!!
0
78
Member Avatar for LB22

Hi, I'm stuck with a certain problem. I'm using URLLIB2 to get the end url of a list of links. This was pretty straightforward. Some of the links I'm probing pass through 1 or more other urls before landing the user at the end destination. For example, the start url …

Member Avatar for pythopian
0
148
Member Avatar for capiono

I have a link on page 1 if clicked take u to page 2 and page 2 if u click okay it should take u back to page but when I use this on page 2 to: [code] ViewState["back"] = Request.UrlReferrer;[/code] it returns null, how do I fix this on …

Member Avatar for Ramesh S
0
122
Member Avatar for feoperro

Hi, I would like to know if it's possible to specify the "target='FrameName'" in response.sendRedirect("Home.jsp") by any chance? I tried this: [CODE] <!-- Security Check --> <form action="Login" target="_top"> <% if ((String) request.getSession(false).getAttribute("sessionStatus") == null) { response.sendRedirect("Login?pageTimeout=yes"); } %> </form> <!-- Security Check --> [/CODE] But it doesn't work... The …

Member Avatar for feoperro
0
990
Member Avatar for gabinic

Hi all, I have a lot of portals made via ning.com platform. I use Zoho too. In Zoho Notebook I want to add a WebPage from ning.com, ex. e11e11.ning.com and I can do this. But when I acces ZohoNotebook page where I had added ning.com page, a redirect command (not …

Member Avatar for Gilette
0
77
Member Avatar for wickedsunny

hello everyone. im using a cms and i have just changed the strucutre of my site's url making changes in the core files. here is an example what i have done. at first urls were: [url]http://www.linkzdirect.com/photo/gallery/picture-name[/url] now they are chagned to : [url]http://www.linkzdirect.cm/[/url][COLOR="Red"]art[/COLOR]/gallery/picture-name everything seems to be working fine. i …

Member Avatar for wickedsunny
0
884

The End.