Category "url"

.htaccess Use variables to check if subpage exists

I have a website, which is a one-pager JS-based site. It has different "subsites" and "categories", but since everything is controlled via JS, and since there a

removing .php extension and creating dynamic url from htaccess

I have following code for hiding php extension and redirecting user to a non .php url if user adds a .php extension in url for example domain.com/about.php shou

Swing JFrame rendering a webpage with embedded video shows a white page and throws IOException with "invalid URL"

I wonder if I do some mistakes because I do not get the content of the webpage displayed on the JFrame. Instead, I only get a white page. The error I got was: j

NGINX add port and add suffix

On a pi 4 with node red installed i want to add port 1880 and /ui to url. When the incoming connection is 10.0.0.0/24 ==> add /ui When incoming other ==>

How do i connect to websocket URL from website?

i'm trying to get the update values from website, i manage to connect but i cant get the values, i dont know if i'm doing anything wrong. this is what i'm tryin

redirect 301 url htaccess /do.php?id=15 to download15.html [duplicate]

I hope everyone is fine. I want to convert links like this /do.php?id=15 to /download15.html I applied this step but it doesn't work Redire

IIS 8 - HTTP to HTTPS URL rewrite not working - ASP.NET site - Document moved

I have IIS 8 installed on Windows Server 2012 R2 Followed these steps to configure http to https so when clicking on http://a5.example.com, user is redirected t

root directory is displayed twice in URL on load and reload

I am trying to build an app using Laravel with Jetstream and Inertia + Vue.js. URL looks like this : https://website/app/route When I first visit the page, it l

Handling inline URLs with Next.js

I'm building an ecommerce platform where users will be using both our domain and their own domains like below. ourplatform.com/username theirdomain.com I'd like

Error code -1009 and "Operation not supported by device" when using URL(...) on watchOS

Let's say I have the following code: guard let URLData = URL(string: "https://www.bing.com") else { print("Unable to access \(URLString)") return } Whe

Checking response code of all URLs in a column [Airtable database]

We have an airtable database of over 24000 records. These records are websites, and many now have errors in them (missing "/", extra space...). We are trying to

How to receive data from Instagram programmatically android

By referring to existing blogs like this I got to know it can be done adding ?__a=1 as a extension to link then it will return a jsonObject, sure it does but on

How to display Images from Internet in JavaFX(not working)?

I want to take the url of a image from a API, which I did. I also get the URL of the image that I want, but the image doesn't display in the JavaFX Scene. Strin

Can you have multiple different pages on 1 GH repositories

Is it possible to have 1 GH repository but with two different pages on 2 different URLs? If yes how would I do this?

How to turn an object into a request in C#

My Model, example: public class Obj { public Obj() { } public int? IdRestricao { get; set; } public int? IdTipoRestringido {

Can't access my pages by URL, only by links in next js [duplicate]

I have an application built with next JS. It works fine in development, but when published to the internet, I have a problem. The only way I c

DeIndex a URL with a version ending in a hash bang

I just want to deindex or remove the page ending with #!. It is a dynamic page which fetching data from database and rendering on two URLs example.com/detail/29

How to use CSSStyleSheet.insertRule() to change a :root property

I am trying to set the background color of the :root css property in my html file based off a hash in the url. The attached code works, but the hash doesn't per

why flutter give me url null in url launcher?

ElevatedButton( onPressed: () async { const url ='https://www.facebook.com'; if (await canLaunch(url)) { await launch(url,forceWebView: true,en

Excel add image to workbook from URL using shapes.AddPicture VBA Macro

So I have the following code that works correctly and uses a column with URLs to add the images to the next column. The problem being that if you send it to so