Tagged Questions
0
votes
0answers
49 views
javascript/jquery url shortner/compressor
I have to pass context variables,i.e. current state along with my URL. But this is making my URLs very long enought. I need to shorten my URLs such that I am able to decompress them and extract my ...
0
votes
1answer
23 views
Can I access the URL rewritten with mod_rewrite on the client when it's not shown in the URL?
Still on my first attempts with mod_rewrite. I'm currently doing this to rewrite URLs:
RewriteRule ^/(.*)/$ /index.html?app=%1 [L]
RewriteCond %{REQUEST_URI} !^/(modules|html/.*)$
RewriteRule ...
0
votes
2answers
45 views
How can I modify this javascript to ignore any data within a query string?
Essentially, I have this website, the content of which changes depending on what the user inputs into the query string.
When the user enters mysite.com/?1 it loads content for 1 and /?2 for 2
My ...
0
votes
2answers
120 views
Salesforce: URL Rewriter & JScript Remoting: Exception parsing json response: 'Unexpected token <'. Logged in?
I am getting an error when I use JavaScript remoting and have my URLReWriter turned on on my Force.com SIte. The error does not occur when using JavaScript Remoting with the URL ReWriter turned off.
...
0
votes
1answer
59 views
Adapting JavaScript to new rewrite rules
This is my site:
http://www.globalmedicalaware.com/gma-new/home.php?city=Chennai
I changed the url to http://www.globalmedicalaware.com/gma-new/home/city/Chennai
by using .htaccess code like follow
...
1
vote
2answers
172 views
How to rewrite a url to remove the question mark
I have a query string which changes the content of the page, depending on what the user enters after the question mark in the url.
http://mysite.subdomain.com/?3
Would load content assigned to the ...
0
votes
2answers
48 views
How to rewrite function from php to JS with a lot of regex
I have a function in php which makes web friendly links. Now I want to write same function in JS, so I can make friendly url on fly. Here is function:
<?php
function clearText($s)
{
$s = ...
2
votes
1answer
112 views
Jquery Test if a url already contain a parameter
I know there are a lot of questions about this, but I didnt found exactly what I needed
This is the js I have
$j('.showCategory li a').each(function() {
var catId = $j(this).attr("data-id");
...
1
vote
2answers
50 views
Create hyperlink based on current URL
I created a bilingual website using two databases:
www.martyregan.com/
www.martyregan.com/jp/
You can choose the languge of the website using the 'Website Language' flags, but currently the links ...
0
votes
2answers
74 views
How to avoid redirection from Main application to gwt application when user clickes refresh/F5?
In my application, I included GWT module within iframe.
On click of button present in GWT module, I am assigning new url which is part of my application only, contents of new url coming within/same ...
0
votes
2answers
159 views
Stop PHP from decoding my url parameter
I'm sending comma separated values through a URL (key, value). I'm encoding them with Javascript's escape() and then replacing the commas within each value with %2c . The problem is at the PHP end ...
0
votes
2answers
73 views
Write GET parameters with JavaScript?
Simple question: Can I write GET parameters to the current document URL with JavaScript?
Say my URL is:
/search
Can I change it to:
/search?price_from=100
Without posting back the page?
I'm ...
0
votes
1answer
52 views
How to create a table of conversion from url encoded chars to char ASCII code?
I have tried to create one by hand with some basic char codes:
/* 0 1 2 3 4 5 6 7 8 9 A B C D E F */
/* 0 */ -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1, -1,-1,-1,-1,
/* ...
1
vote
2answers
723 views
Yii Register core script is calling controller name
I recently turned on the path version of UrlManager for Yii. I'm running TinyMCE and this has predictably broken. I can see the problem, but don't know exactly how to fix. It's calling the script with ...
0
votes
4answers
112 views
jQuery / Javascript - Dynamically insert text into URL
I have written some PHP that detects whether a user is visiting my blog posts using a mobile device or a computer.
Basically, I need a script that edits the URL dynamically if a user is visiting my ...
0
votes
0answers
57 views
Update last path on the URL with javascript
I doing a filter system with pagination and i am in a trouble trying to redirect with Javascript depending on the current URL.
I can have this types of URLs where the last number is a filter:
...
0
votes
2answers
231 views
Rewrite URL hash to get variable
I am working on a site that has dynamic content.
When you click an article, it changes to address using the push state.
Example:
http://www.some-site.com/news/ - Before clicking a news item
...
0
votes
1answer
84 views
How can I filter wordpress custom post types with the URL?
I'm trying to filter a custom post type more effectively with the URL in wordpress but it's not quite working right.
I'd like to use links like the following:
...
0
votes
1answer
94 views
Read Rewritten URL - javascript
I need to read the original URL from the rewritten path.
this is how i do url rewrite in my webapplication. I don't have codebehind in my application. So i read everything through ...
0
votes
1answer
57 views
Javascript url rewriter
I would like to make an url rewriter in javascript, my problem is that if i make something like:
var str='/test/service-34.htm',
exp='/test/service-[0-9]*.htm';
console.log(str.match(exp));
I ...
0
votes
4answers
853 views
Can Re-write / Modify URL with javascript / Jquery after page load
can we Re-Write URL without reloading the page?
with clent side script (jQuery / Java Script )
For Eg.. get current URL let say :
"http://stackoverflow.com/questions/ask"
and append some value it ...
0
votes
3answers
2k views
Redirection to a specific web page based on URL parameter using Javascript
I have a simple .htm web page kept in different folders for handling different languages.
default.htm inside en folder (en\default.htm and de\default.htm and so on)
I need to redirect to a ...
0
votes
0answers
56 views
Wordpress site .html extension needed for SEO purpose
I am using latest Wordpress 3.4.1 version for one of my project. I need to add .html extension after the SEO Friendly URL from permalink.
Is there any plugin available or any code which can help me ...
0
votes
1answer
150 views
How to set %20 for space in url attributes?
i am developing a android application for some data's send to server side through GPRS and SMS(via sms gateway).Now i am trying to send data through GPRS first,actually our sms gateway service ...
1
vote
1answer
23 views
JS box auto closes, perhaps a directory rewrite issue?
When trying to create a new campaign inside fatfreecrm or anything that triggers the same similar link it force closes the box again after 1-2 seconds.
I just installed FFCRM according to ...
2
votes
3answers
135 views
Changing URL structure dynamically — back/forward
So I'm attempting to write a script that will load content dynamically so that the page doesn't ever have to be refreshed (the main content will be replaced, but the sidebar, header, footer, etc., ...
0
votes
2answers
291 views
Change the URL of the page without changing the page
I want to change the page URL without changing the Page with Javascript, I want to completely change the URL including the Host Domain.
For example: Origional URL: http://host-one.com/page.html
...
0
votes
1answer
169 views
Need to display image in ASPX page that has long url
Scenario: Within ASP.NET site, I have an ASPX page where within OnLoad event, I set the imageUrl for one of the image controls. This URL value comes from an external source and the image is not ...
0
votes
3answers
92 views
Rewriting specific links with javascript, except links to specific directory
I have a page which contains links, that needed to be rewrited with Javascript. All the links in the div id="container" are needed to be rewrited from "post=post-number-234" to ...
1
vote
1answer
179 views
How to clear hash from url in chrome
I am working with location.hash in url because I need to add some additional data at the url end (like ...com/page#something).
But after that I move to some other page that shouldn't have hash in url ...
0
votes
1answer
85 views
How can I write data to a javascript variable to build a URL
Situation:
I am building a JS tool that lets you edit html templates live in your browser. I'm currently using this code to dump what I type into specific DOM elements:
...
1
vote
2answers
383 views
Javascript to rewrite all external links on mousedown?
How can i rewrite all external links with a single onmousedown event?
Kinda like what facebooks does with it's link shim
Please check the original Facebook Article about the link shim:
...
1
vote
1answer
143 views
How to match URLs with .htaccess
I haven't really ever made much use of the .htaccess file but I would like to know how I could match a link like:
http://localhost/test/pages/abc.php
to something like:
http://localhost/test/abc
I ...
0
votes
2answers
242 views
IIS rewrite rule to add querystring to .css and .js references in ASP.net pages?
Is it possible to append a query string to CSS and JS file references (e.g., "foo.css" => "foo.css?v=", "goo.js" => "goo.js?v=", where is, say, "1.2.3") as part of an inbound rule? If so, how?
We ...
8
votes
2answers
151 views
How to avoid custom/Server error in web site?
I have asp.net web application located on server I want to avoid all custom and server error from my site.
For that I have used
<customErrors mode="RemoteOnly" ...
1
vote
2answers
88 views
javascript avoid duplicate URLs
How can I check if two URLs are the same in javascript?
For example I wouldn't want to store both of these in a database:
example.com/dogs/
example.com/dogs
or both of these:
...
0
votes
2answers
281 views
How to rewrite URL structure for JavaScript
I have a web page with basicly the following URL structure:
www.example.com/main.php?userId=mattias.wolff
www.example.com/definitions.php?userId=mattias.wolff
...
2
votes
2answers
269 views
how to change content using id from hash url?
I'm using
var integer = window.location.hash.match(/\d+/) | 0;
alert(integer);
to get id from the hash url but when i use back button after changing the url after ajax call.
It doesn't reflect any ...
2
votes
5answers
4k views
How to remove parameters in URL and display it in address bar without causing redirect in Javascript?
I have found numerous answers on how to extract the URL without the parameters.
How do you rewrite the URL in the address bar without causing the page to reload with the new URL?
shortURL = ...
0
votes
1answer
262 views
JavaScript editing the URL like facebooks rewriting without hash #
You have to use a hash to edit the url in anyway, but how can facebook not use the hash and still change the url?
So i am in the process of writing a new photo gallery. I need to be able to perm link ...
3
votes
1answer
81 views
How can I determine the final link of url shortned link without loading within the page?
I have links of messages coming in, say in an email message body. The issue right now is I want to click on the content and be able to display the unwrapped link in the right message pane (I use ...
4
votes
2answers
439 views
Append to URI/URL live without refreshing the page location with JavaScript/jQuery
What I have is a MVC framework that I am manipulating the DOM via JavaScript and jQuery. Which to a point is a mute reference to this question. Through the MVC if I go to
domain.com/page/
I land on ...
1
vote
1answer
232 views
Make JS change urls (using hashtag) when changing page
I’m using this javascript code to animate and load my website!
$('.down-trigger').on('click', function () {
var toLoad = $(this).attr('href')+' #container';
$('#container').attr('id','to-go');
...
0
votes
2answers
153 views
url changing without hash-bangs and fragments
After reading online about hash-bangs. Ive decided to stick with our current url structure. Ive been developing a site and making it completely non-javascript. Im coming to a stage where i can start ...
0
votes
1answer
127 views
Replacing custom IDs of links based on query-string using javascript
If the current page URL has an argument 'myid1' in the querystring, for each link in my webpage with class 'rewrite', I want the link href's querystring to be replaced by the current page URL's ...
0
votes
1answer
101 views
Force JS change the URL'S when change page
I'm using jquery to load an external portion (ex: content ) of a file and animate the page when the user clicks a link. My problem is: I want to change the url when the user clicks a link. Something ...
3
votes
1answer
1k views
IIS url rewrite - css and js incorrectly being rewritten
Having an issue with my urlrewrites - anytime I point to a page that is to be rewritten it fails to display because it is also applying the rule to the css & js files that are referenced within my ...
1
vote
2answers
2k views
JQuery Mobile Query String Issue in non pushState browsers
I am trying to pull the variable cid out of the querystring in JQuery Mobile beta 3.
Example of Normal URL would be
/category.php?cid=23
Example of JQuery Mobile URL
/#/category.php?cid=23
I can ...
0
votes
1answer
300 views
Multiple redirects using IIS URLRedirect in FireFox when JavaScript is called
The issue I have only happens in the later additions of Firefox. I've checked the usual browsers in fiddler and they are behaving themselves
The story so far..... I have a website that has moved to ...
3
votes
3answers
780 views
How to encode a URL as a CakePHP parameter
I would like to create a bookmarklet for adding bookmarks. So you just click on the Bookmark this Page JavaScript Snippet in your Bookmarks and you are redirected to the page.
This is my current ...

