A Uniform Resource Locator (URL) is a Uniform Resource Identifier (URI) that specifies where an identified resource is available and the mechanism for retrieving it.
0
votes
0answers
2 views
restrict accessing URL in asp.net MVC
how to restrict accessing action method directly by changing the URL in asp.net MVC,
I don't use any role in my application
Please suggest various ways on how to do it.
0
votes
1answer
6 views
How to redirect external URL, which is followed by mysite URL
How can I redirect external(outgoing) URLs from my site using .htaccess, so search engines will consider them as local.
Here's an example:
http://mysiteurl.com/links?http://externalurl.com
I have a ...
2
votes
1answer
12 views
Creating button for AS3 URL linkage. Getting Error: 1046
I'm trying to create a button for my Flash game that links to my sites website.
However, I'm getting this error and I can't figure out what I'm doing wrong.
Line 246 1046: Type was not found or was ...
0
votes
0answers
14 views
Can't fix rewrite IIS
I want to rewrite some URLs. I have the following lines in web.config:
<rewrite>
<rewriteMaps>
<rewriteMap name="StaticRewrites">
<add ...
1
vote
3answers
43 views
Decrypt array to string
I currently have an array that looks like this:
["screen", "left_side", "left_side", "right_side", "left_side", "right_side", "left_side", "right_side"]
I now want to encrypt this somehow so I can ...
-5
votes
0answers
27 views
Change the directory url as a file [on hold]
I want to know how I can do to change for example: http://www.mydomain.com/directory1/ to http://www.mydomain.com/directory1, remove the last / from the URL. How I can do it?
0
votes
2answers
18 views
Complex URL rewiting
Here is what i am trying to achieve
www.example.com/category
www.example.com/category/subcategory
www.example.com/category/subcategory/product
www.example.com/static-page (like /about-us, /contact, ...
0
votes
1answer
23 views
create dynamic url from user input
I am running a blog: http://jokesofindia.blogspot.com. I want to provide a dynamic link in the sidebar of my blog to download a Hindi newspaper in pdf format.
I tried to view source url of ...
1
vote
3answers
28 views
How to read website content using java? [on hold]
I would like to read website content using java.I've been searching for this but I could mostly find only reading source code of websites, but I would like to read visible string content and print it ...
1
vote
1answer
18 views
Https Post : MalformedURLException on App Engine
When I am sending POST request to an url with authentication from GAE, I am getting MalformedURLException on urlConn.getResponseCode() function.
This problem arises only on the deployment server and ...
0
votes
0answers
9 views
Deleting/Purging Inactive or Deleted urls (Solr & Nutch)
I have Nutch set-up to crawl through a local filesystem and index documents to my Solr server. If a document that was previously indexed has been deleted, Nutch recognises this and deletes the ...
0
votes
0answers
8 views
DocumentCompleted takes some time and doesn't update with tabs
I'm using the fallowing code in Form1_Load to make my browser work:
GeckoWebBrowser B = new GeckoWebBrowser();
t.TabPages.Add("New Tab");
t.SelectTab(i - 1);
...
0
votes
0answers
12 views
url rewriting with dynamic site: ReWriteRule and mysql variables
I'm kinda stuck with url rewriting! I guess that to some extend it's the way I built my site that is responsible of this situation!
Ok, in order to understand the problem, here is how my site works.
...
0
votes
1answer
15 views
Redirect URL without change domain
I have one server with IP address (say) w.x.y.z, and 2 domains parked on it.
mydomain.com
herdomain.com
I also have 3 file manager (php autoindex free) like this:
...
-1
votes
0answers
29 views
URL issue in python Flask website on Heroku
Sorry for the very generic title, but I'm not quite sure how to summarize this problem.
I am developing a python Flask website that is hosted on Heroku. Using a different website, I also have a ...