i created ecommerce store using oscommerce and hosted in local host on IIS. anyone can access this site http://27.7.136.234/oscommerce/ but once they click on any link in the site, url changes to http://localhost/oscommerce/product_info.php?products_id=28. i.e. local host is replacing ip address so others cant access my store. what can i do to solve this
Oscommerce store access from other machines using ip address
267 views Asked by user2899850 At
1
There are 1 answers
Related Questions in WEB-SERVICES
- Apache CXF is unable to handle duplicate localnames
- Why do we call all http services 'Web Api/Web Service'?
- Postman Webservice PHP Curl Code POST request giving forbidden error when run in local
- Migrate ASMX web method to WCF which accepts string array
- PKIX failed when using custom SSLcontext with custom keyStore and trustStore
- Problems in Validations via Web Service in a Vue 3 Application
- Maven plugin 100% compatible Java21 to generate stub classes from WSDL file and generate *.wsdl from java classes? A solution
- Kubernetes Ingress Port to Port route
- How to handle a multi thread tests calling a single thread web service in .Net Framework 4.6?
- oracle.dataaccess.dll keep showing up as reference after build of C# web service using Oracle MDAC
- Your thoughts on the suggested architecture for addressing the challenges and maintenance of third-party API implementation
- Issue with BizTalk register WCF-WSHttp adapter while calling web service
- Does PHP SoapClient creates XML to be sent to webservice end point, based on WSDL file, while using CURL the XML should be manually created?
- Invoice API in Authorize.net like Square
- Publish JAXWS Endpoint in the same port than Spring boot
Related Questions in LOCALHOST
- What's supposed to be the problem in this query?
- I cant access file directory with PHP local host on XAMPP. it just shows one of the files I have in my visual studio code
- Firebase authentication does not work on 127.0.0.1 but works on localhost
- Next.Js: localhost:3000 not working in browser
- Auto redirect 127.0.0.1:8000 to 127.0.0.1:8000/app/
- How can I connect my Android Studio apk to localhost for real Android devices?
- Localhost doesn't see my file; The requested URL was not found on this server
- Issue with Google Login Implementation using google-auth-library in Node.js
- Calling service with localhost or machine IP for internal calls?
- If a website is running on localhost, does Next.js have more performance than React.js?
- Mediapipe making python local server throw "[WinError 6] The handle is invalid"
- Filament Laravel Project
- localhost runs for a long time (react)
- React app using Vite has blank white screen when i open in localhost
- Persist Local AppEngine logs to Google App Engine Logger?
Related Questions in IP-ADDRESS
- Arduino IDE: The IP address was not printing in serial monitor
- connect to an IP Address through python sockets
- When changing ip settings from different network to migrate data in Apache IoTDB, why did the query statement reported error?
- vue js and vite does not work on HTTPS Docker-Nginx
- How can put my python django project on live?
- Multiple Network Interfaces with different local IPs talking to the same destination IP (different device)
- Access flask server hosted on Raspberry Pi on Android phone connected via ethernet
- scapy custom source address shows failure
- SQL windows authentication fails sort of
- Angular universal SSR 16, first call to find user's ip went from server instead of client?
- Google Cloud Bring Your Own IP DNS/PTR Validation
- How to restrict specif ip address only to get the access token from the keycloak
- Can't connect to NGROK server
- Python IP validation giving incorrect results
- AuthorizationManager hasIpAddress unable to get to work with more than 1 ip address
Related Questions in OSCOMMERCE
- My php project has file which I never create and it keep growing what could I do?
- New PayPal api certificate not confirming payment
- OsCommerce Cart Becomes Empty When Trying to Login
- Payment declined, please check with your bank or use a different card
- Upgrade v2.2 to v2.3.4.1 after getting Admin Error in Oscommerce
- Mixed content error on my website after redirecting to HTTPS
- No article number in osCommerce?
- How to display data by using url in oscommerce
- How to solve Oscommerce, Warning: sizeof(): Parameter must be an array or an object that implements Countable
- Globally Replace Old School $PHP_SELF with $SERVER['PHP_SELF'] using sed
- Oscoomerce tep_create_random_value($length, 'digits'); function not working
- Trying to add recaptcha v2 to oscommerce contact us page
- How to fix 'Uncaught Error: Call to undefined method' in PHP
- PHP OScommerce trying to select mysql db getting parameter error
- Realex payment gateway after successfully payment not return Merchant website
Related Questions in STATIC-IP-ADDRESS
- Is it possible to set the source IP when sending UDP packets from node red
- Is there any Google Cloud product that acts as a reverse proxy?
- Temporary failure in name resolution - Debian Book worm on Raspberry Pi
- Allocate a static IP to Data Fusion or Cloud composer instance
- How to go from connected with localhost on a device to connecting via IP on public internet? (socket-io, express, phaser)
- Configure a Static IP address for WIFI using Netplan in Ubuntu Server 22.04 on a HP Pavillion Desktop 510-p051a
- Whitelisting an IP address for sms notification with an AWS application Load Balancer
- Redirect issues related to DNS
- STATIC IP for SOFAP_STA in ESP-IDF
- A static IP address for a Firebase Cloud Function is required to be whitelisted by a third party
- How to setup erpnext with Static IP
- How to fix OSError('Tunnel connection failed: 407 Proxy Authentication Required')
- How much memory does a single, cloned git repo occupy?
- Why do our gRCP streams disconnect after 15 minutes after enabling static outgoing IP for our Google App Engine backends?
- Is there any Way to fetch API with Static IP Address
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
you should change the URL in your config file. It should be located in the includes folder if I remember correctly.