473,763 Members | 4,584 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Menu works locally but not when uploaded to server.

Hello friends,
I don't know about scripting.
I have created a site with menu, it is working fine locally but when i
upload it on the server it dosen't work. When I click on submenu under
"Company" or "Products", It will show the actual url in the address bar
but it gives a error "405 - resource not allowed". Kindly check and
let me know the solution for this. If you know any other simple script
similar to this let me know.
http://www.teledna.com/new/

Regards,
Raju.
Jul 23 '05 #1
2 1929
minchu wrote:
Hello friends,
I don't know about scripting.
I have created a site with menu, it is working fine locally but when i
upload it on the server it dosen't work. When I click on submenu under
"Company" or "Products", It will show the actual url in the address bar
but it gives a error "405 - resource not allowed". Kindly check and
let me know the solution for this. If you know any other simple script
similar to this let me know.
http://www.teledna.com/new/

Regards,
Raju.


I'm not sure but that sounds like a server configuration issue. Did you
talk to the server folks?

http://www.checkupdown.com/status/E405.html

Resolving 405 errors - general

405 errors often arise with the POST method. You may be trying to
introduce some kind of input form on your Web site, but not all ISPs
allow the POST method necessary to process the form.

All 405 errors can be traced to configuration of the Web server and
security governing access to the content of the Web site, so should
easily be explained by your ISP.

Mike
Jul 23 '05 #2
In article <10************ *@corp.supernew s.com>,
mscir <ms***@access4l ess.net> wrote:
405 errors often arise with the POST method. You may be trying to
introduce some kind of input form on your Web site, but not all ISPs
allow the POST method necessary to process the form.


The poster could try the GET method.

Robert
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
5383
by: ConTactMe | last post by:
I got this code off of javascriptsource.com, and it works like a charm locally. I can't get it to work on the server. I need some coffee. I don't _DRINK_ *coffee*! Can anyone check out the following link, and tell me why it doesn't work? Thanks. http://www.spvision.com/pubimages/DisneySnowGlobe/index.html
5
3339
by: Papa.Legba.666 | last post by:
I am a total lamer clueless stupid newbie (so please flame me). Honestly, I know nothing of CSS, although I tend to pick things up quickly... A friend pointed out that my JavaScript menu prevents Google from crawling my site and told me that I need a CSS menu. Ok, I'm willing. So I looked at a bunch of examples and one thing bothers me ...
0
1112
by: Hrvoje Vrbanc | last post by:
Hello all! What would be the most convenient way to deploy a locally developed ASP.NET application on a remote server that has .NET Framework (correct version) installed but I don't have any control over it? I tried simply copying files, then I created a Web Setup project locally and built it. I have then installed the application locally from the EXE and MSI files and then transferred the newly created files to a remote server by...
5
14849
by: fatherdaddy | last post by:
My son is tryng to build a website and has used a .css file. There is an index.html and some other .html pages, and Images folder wiht all images, and his .css file. When we launch on our computers (click Index.html) everything runs beautifully, and all styles (fonts) are realized. When we upload teh identical files to our server, everything works well (navigatio, pages, etc.) EXCEPT there is no effect from the .css file. It just looks like we...
2
2264
by: gordonjones | last post by:
I'm at a real stumbling block and need to get this fixed ASAP. I've uploaded my club site files, my DB is in SQL Server on the web host (webhost4life.com)... I ran aspnet_regsql.exe against my Club DB on my local computer and then loaded it into the SQL Server DB via a restore. Now I need to load my membership with users. The default aspnet_users table is empty so I have no one to login to the website with. I load my website up...
1
1438
by: JJA | last post by:
I am exploring use of the new ASP.NET 2.0 membership facilities. Using Visual Studio 2005 on WinXP, I have one little site in http://localhost/mySite which exposes the menu choice "ASP.Net Configuration" when I click on the menu bar item "Website". And yet, using Vstudio 2005 on WinXP, I have another little site in http://some.remotePC.com/mySiteA which does NOT expose the menu choice "ASP.Net Configuration".
4
1173
by: Fuzzhead | last post by:
I am having troube getting my menu control to render properly on the pordcution server. It works perfectly on my one system, but when I uploaded it the dynamic part of the menu does not function. I also had a problem with the default PopOut image, but when I changed it to a custom one that problem was solved, so I think it might have something to do with the same root cause. Does anyone know how to fix this?
3
2111
by: John | last post by:
Hi there, I was reading an article (http://avenuea-razorfish.com/articles/TheAll-MenuNavigation_Turbek.pdf) on 'all-menu navigation' and I'd like to try and implement this in my site. Can anyone recommend how to get started? Is there an Ajax control available for this or would more a basic javascript work just as well. I'm assuming I just need a div element that is shown on a mouse over, but I'm not sure how to go about aligning all...
10
2564
by: rbenditt | last post by:
I've put together a simple script that uses the XMLHttpRequest() function. It works when I run it locally, but when I upload it to my web hosting account, I never get a response back. Here is what I have: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html lang="en"> <head> <script type="text/javascript" language="javascript">
0
9563
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9386
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10144
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9937
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9822
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5405
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
3522
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2793
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.