2,586 Topics

Member Avatar for
Member Avatar for Damilola_1

I have php url link which is like this shop/category_list.php?category=1 and want to convert it to shop/category. I used this htaccess but not working, any help. This is my previous htaccess code. Any help please on how to use it. RewriteEngine On RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule ^(.*)$ …

Member Avatar for RobertoRomello
0
202
Member Avatar for minitauros

Hello there. I'm at a point where I have to set up a continuous integration environment. I have contributed to projects using CI before, but I have never set it up. I roughly know what it is supposed to do, but I could definitely use some help. In my head …

Member Avatar for rproffitt
0
482
Member Avatar for UI

Guys, ... and let's not forget the "Girls"! I am really starting to get pissed off at the searchengines. For 2 days now been googling (tried ask.com now too) searching for web proxy hosts as I want to run a free service like: http://anonymouse.org/anonwww.html But hardly any relevant results. You …

Member Avatar for Member #120589
-5
828
Member Avatar for gentlemedia

I've enabled `allow_url_fopen` via MultiPHP INI Editor in cPanel, but if I check with `phpinfo()`it's still on 'Off'. Why's that? I've cleared my cache.

Member Avatar for gentlemedia
0
1K
Member Avatar for UI

Folks, Why do I keep on getting this error when everytime I input a url in the url field in the following web proxy script: **"The specified URL could not be returned due to a status code of 400."** It says unless the Status Code is 200 then to show …

Member Avatar for UI
0
415
Member Avatar for peace_coder

A new client, as you know client have sometime zero knowledge related to web development. Client said to insert a link in her website. But when I asked her for login details she provide me godaddy login details. When I loged in there, I saw this: [Image](http://ibb.co/kYGP7a) There is no …

Member Avatar for cereal
0
419
Member Avatar for OxyDrim

<?xml version="1.0" encoding="UTF-8"?> <configuration> <system.webServer> <rewrite> <rules> <rule name="Redirection Https" stopProcessing="true"> <match url="(.*)" /> <conditions> <add input="{HTTPS}" pattern="^OFF$" /> </conditions> <action type="Redirect" url="https://{HTTP_HOST}/{R:1}" /> </rule> <rule name="REWRITE_TO_HTML" stopProcessing="true"> <match url="^(.+).html$" /> <conditions logicalGrouping="MatchAll" /> <action type="Redirect" url="{R:1}.sn" /> </rule> <rule name="REWRITE_TO_PHP" stopProcessing="true"> <match url="^(.+).php$" /> <conditions logicalGrouping="MatchAll" /> <action type="Redirect" …

Member Avatar for Punitha_1
0
5K
Member Avatar for karthik_10

how to conneect the vb.net windows form with the online web server database. if anyone knows please respond me how

Member Avatar for xrjf
-1
1K
Member Avatar for ahmad.albab.87

hi, i have searching and tested lots of scripts to get the real IP behind the proxy but still not get the right result. Could anyone with this experienced helps me out. Thanx..

Member Avatar for ahmad.albab.87
0
193
Member Avatar for davy_yg

Hello, This problem exist whenever I click the table in EasyPHP Web Server. I wonder why? 'squprime.class_list' doesn't exist There are several tables that appears like that. Can anyone help me figure out why? Thanks in advance, Davy

Member Avatar for rproffitt
0
100
Member Avatar for Lloyd_4

Hi Everyone, I am having a bit of a mare trying to get my htaccess file working the way I would like it too. I am trying to redirect the index.php from websitename/directory/index.php to websitename/directory/ I have tried the following rewrites but nothing seems to be working, Hope someone can …

Member Avatar for gottaloveit
0
601
Member Avatar for DATAMART

How do i host my asp.net website online ? Another Question Are there free servers for asp.net ?

Member Avatar for Dani
0
89
Member Avatar for Adam_34

When accessing from ######1.co.uk (which has an SSL) to document root ###/production everything works fine. However when accessing ###/production from ######2.co.uk (which doesn't have an SSL - set up in the vhost file) the home page displays fine but the other pages are returning a 404. Here's the entry in …

Member Avatar for Dani
0
312
Member Avatar for nagatron

Hallo to all web developers, I have a problem in load PHP in mozilla fire fox. . .I am using XAMPP web server. My PHP file is currently stored in this path [COLOR="Red"]C:\xampp\htdocs\test\index.php[/COLOR]. Whenever I run my PHP in mozilla it won't display anything even just a simple "hello world." …

Member Avatar for koford
0
2K
Member Avatar for Aditya_18

Hi, I want to redirect my sub doamin blog.adityabevoor.com to a folder called blog. I need apache directives to edit .htaccess file. can you help me out please? Thanks

0
341
Member Avatar for dawbin

I've been using file_get_contents on the same URL for years and now suddenly it fails. After reading of similar issues I've tried using various context flags with no luck. The really odd thing is that I can load the URL from any browser with no issues but file_get_contents fails. Does …

Member Avatar for cereal
0
2K
Member Avatar for Dani

Does anyone have any experience with Google's PageSpeed Module? https://developers.google.com/speed/pagespeed/module/ How often does it break things?

0
130
Member Avatar for davy_yg

Hello, I have been trying to download the correct xampp for Win 7 - 64 bit that is ERROR FREE. Any clue which one ? lol. I cannot find it on : https://www.apachefriends.org/index.html Can you help? Thanks in advance.

Member Avatar for pritaeas
0
523
Member Avatar for amour_1

how can I rewrite localhost/base/app_files/Mat.php to main shop in htaccess.help me with regex. here is what i have so far RewriteRule ^main shop/?$ /app_files/Mat.php [R=301,L] but gives error .

Member Avatar for amour_1
0
107
Member Avatar for vinsanity2109

i need help all of my pages wont appear except my front page. what to do? it says Object not found! The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about …

Member Avatar for Fahim_3
-1
194
Member Avatar for showman13

I've been using an .htacccess file to define a rewrite rule for extracting the username from the end of a url for years. The username has always been a combination of letters and numbers following a forward / and that is all, and it has been working just fine. Here …

Member Avatar for showman13
0
576
Member Avatar for Nareshp_123

Hi all, I want to have a button in a page like 'open File'. on which if user clicks, it should open open file dialog box to select a file and as soon as he clicks on the open button it should open the file (in same window or different …

Member Avatar for Ankur_6
0
4K
Member Avatar for andgar56

I am going to launch a startup in India for that i need a great hosting with nice customer service. I am going to buy a dedicated server for my site with unique IP from here bigrock.in/dedicated-servers.php. Actually i am trying to build a community of Charted Accountants in India, …

Member Avatar for AssertNull
1
445
Member Avatar for Aeonix

*There's lots of ground ("gaps") missing in-between the background. Beware.* There's that point in time where I'd like to get myself a good trusty hosting. Attempt to start any kind of project, get any community moving. Whatever. Long story short: I'm seeking for a good hosting (VPS/Dedicated, Website+SSL) for "rest …

Member Avatar for ctrls
0
689
Member Avatar for wilkis123

will really love to know more about hosting a network and creating a security to it.

Member Avatar for spicyhost
0
372
Member Avatar for showman13

I would like to be able to have a script that could run as a CRON job that would check the price of an item on a site like eBay or Amazon to keep a watch on it for fluctuations. Does anyone have a suggestion as to how to implement …

Member Avatar for showman13
0
213
Member Avatar for ravi142

Hello, I have one website that i have transfer to subfoder of second parent website. but permalinks still takes parent url. As bellow. [Subfolder_website](http://nitrohits.com/blog) [parent_website](http://nitrohits.com/) When you seen /blog and click on menu that redirect to parent website. I dont want to inherite parent htaccess. Both website have htaccess files. …

Member Avatar for rproffitt
0
124
Member Avatar for Siberian

I have a problem whereas one domain is redirecting to another domain, both of which I own. How can I get one domain independent of the other ?

Member Avatar for gentlemedia
0
395
Member Avatar for Aeonix

As soon as I find out exact manner of communication between the server and the software. I realized how easy it is to use programs to intercept it, analyze it and then send malicious (or rather illegal) query through. So. I was wondering is there a way to make sure …

Member Avatar for ryantroop
0
473
Member Avatar for Farhad.idrees

HI Guys, I have 3 Machine, Machine 1 -> SSAS Cube Machine 2 -> APP Server(On which i publish Cube of Machine 1 through HTTP,IIS) now i have url like http://123.456.789.012:8080/OLAP/msmdpump.dll Now i have machine 3 which is client machine i dont want to show above url to access cube, …

0
210
Member Avatar for bsabev

Hey, I am always in need of webhosting for my clients, php & mysql webhosting specifically. Normally I rent a vserver for my clients. Recently I stumbled upon this vendor from Austria, who is offering free domains + free webhosting for 12 months. The cost for the second year seems …

Member Avatar for stultuske
0
430
Member Avatar for stokie-rich

hi guys i had a brig problem last night and i had to delete xampp and this then decided to delete all of the file for the website that i was creating...... (yes i know i need to back up!!) ive just re-installed xmapp but now it wont show the …

Member Avatar for Member #120589
0
462
Member Avatar for mridul.ahuja

Don't know which forum to ask this question on but...here it goes... I have a website [mridulahuja.com](http://www.mridulahuja.com) which opens on all other networks but it won't open over WiFi at my place, whether I try opening it on PC or mobile. I can't even access it from Filezilla for making …

Member Avatar for Taywin
0
125
Member Avatar for kgizo

Good day everyone I just want to know whether its possible to upload a file using joomla that wouldnt be downloable at all, I tried saving the file as a read only pdf file but that still made the file downloable on the web. Taking into consideration that the internet …

Member Avatar for Taywin
0
256
Member Avatar for gentlemedia

I was wondering if it's really necessary to have an SSL certificate and therefore https for a webshop (WordPress & WooCommerce) where payments will only be handled via external payment gateways (their bank and paypal). But they do store personal information, account and login from their customers on their own …

Member Avatar for Taywin
0
248
Member Avatar for James_43

Hi all, my understanding was that Nginx doesn't do any caching unless you tell it to. However, for some reason, all my filles are being cached, and so the website doesn't respond to change in css or js files etc. I thought that the below server{} code would help: location …

0
125
Member Avatar for OtepTheThird

Hi Guys, I've got a xampp since day one, as i used this for local development, strangely happen yesterday when i started it, i cant view my localhost even the phpmyadmin though the xampp is up and running and the most annoying part is when i open my browsers (GC, …

Member Avatar for OtepTheThird
0
4K
Member Avatar for Whdms

Free Web Hosting with cPanel up to 1 GB for one year from WHDMS.COM Cart page :- https://goo.gl/f9boM9 Use Promo Code – FWH100 Features of Free Web Hosting by WHDMS.com: 1GB Free Space 100GB Data transfer and Bandwidth 5 E-mail contacts and FTP accounts 5 MYSQL accounts can be created …

0
276
Member Avatar for Hedge_1

Hey, I would like to greet you all. I am linux web server administrator webhosting industry. I believe we can dicusess more about us here, I expecting your kind cop-operation.

Member Avatar for ServerHedge
0
254
Member Avatar for Makara

I have deployed an application in wildfly localhost server through jboss but the application is failing to deploy. when I delete the web.xml page the app deploys but shows error 404. what might be the problem??

Member Avatar for jwenting
0
289
Member Avatar for gtel
Member Avatar for Member #120589
0
156
Member Avatar for gentlemedia

Hi guys & dolls, I'm working on a website locally with MAMP and the directory tree is the same then that of the dev directory on my web server. `projects --> ecwc --> concept` But I've set the 'projects' directory on my webserver as a subdomain and this screws up …

Member Avatar for gentlemedia
0
396
Member Avatar for Rizi004

Hi There! I have a e-commerce website that is live and now i want to upload that live store in sub-directory for the purpose of development. Live sote is like www.abc.com now i want to copy this store to www.abc.com/dev/v2/ I copy all the files in this new directory and …

Member Avatar for scotv
0
328
Member Avatar for hari_10

Hello all; when i save my form data through chrome without fiddler i will get exception,when i open my fiddler and then i click on save button it works fine the data saved in db. so what is the issue with chrome when without fiddler my requst rejects by yhe …

Member Avatar for stultuske
0
150
Member Avatar for doctor_voyager

On several web pages I have made under different host the images usually don't show up. The paths are correct. Is it a problem with the server?

Member Avatar for John_79
0
139
Member Avatar for hacxx

If a site has the file "robots.txt", it displays all the directories and pages on the website that they wish to keep anonymous from the search engine spiders. This may lead to hidden pages. With Robots.txt Checker you can access the site directly or check if it is indexed in …

0
65
Member Avatar for Max_12

Appologies for posting this help thread here, but I think, DANIWEB communitty can help me out. We have developed an awesome website builder, at present we want some help to customize the back end with WHMCS [web hosting control panel software]. The requirement]: On registration page the user can select …

0
263
Member Avatar for deshazer.jad

I'm working on a website that uses System.Runtime.MemoryCache to cache information from a SOAP service that's running on another server. I'll start out by saying that I don't know a lot about the application or how the cache works, the issue however is that I just finished migrating the application …

0
198
Member Avatar for AleMonteiro

Hello my friends, I'm re-thinking my project and I'd like some opnions... Goal: An WebServer/Stream Server easially deployed in any Windows or Linux(Using Mono), with no dependecy on previous installed software(except for Mono). The basic app usage: The user will be able to select multiple folders(with music, videos and photos) …

0
209
Member Avatar for Neon Tetras

My web hosting plan does not include a database. Is there a way i can get around this? Like upload a .sql file or ms access db into my server and connect to it using php?

Member Avatar for cereal
0
443

The End.