990 Topics

Member Avatar for
Member Avatar for martinkorner

I would like a .htaccess file which rewrites .php files as .htm files, however, if the .php file doesn't exist - try simply opening the .htm file with the same name. It also needs to do a 301 redirect for anyone visiting any page on a certain domain (using same …

Member Avatar for Michael_Knight
0
109
Member Avatar for geofoxer

I am currently trying to research any companies offering network monitoring services. I am wanting to have online service for monitoring servers, all common network nodes, and such with email/sms sending when there is a problem or failure with anything on the network (with capabilites of both external and internal …

Member Avatar for geofoxer
0
92
Member Avatar for slacke

I find out that our country (slovakia) has lack of experience in mailing systems. There is no one who to ask and no discussion forums too. I can do it on Forums like daniweb and other foreign sites. The problem is that the network in our country is not the …

Member Avatar for DimaYasny
0
156
Member Avatar for acuddyre@sas.up

Hi, I have recently uploaded a very basic site and have had it working for about 2 months. Then last night I went to update the index page and when I reloaded everything in Dreamweaver, I received this message after trying the find the site online: You don't have permission …

Member Avatar for be80be
0
107
Member Avatar for Iueras

Hi guys, I am having a problem with my mail server configuration. I am hosting 2 mail domains (one for a game I play, the other for my business). I had set up the game domain first. It works beautifully, receiving mail from both domains just fine. I can access …

Member Avatar for DimaYasny
0
162
Member Avatar for lidija84

Hi , I have 2 servers with Tomcat and Apache on each. What is the best way for load balancing between this 2 servers?

0
79
Member Avatar for sinjix_media

Im a new web server owner (running it on my home machine) I have installed apache via XAMPP on my Vista Ultimate x64 machine. The URL to the site is [url]www.347media.com[/url] Im not to good with all the .htaccess stuf or any code for that matter, so I was wondering …

Member Avatar for sinjix_media
0
85
Member Avatar for kranthi_543

Hi All, I am very bew to Linux and I have been given a task to integrate Apache and Tomcat. I got a document and integrated but the output I am getting is [B]It works[/B]. I want to get my home page with my IP. but If I give Ip …

0
66
Member Avatar for chunchuwar

Dear all, I am new to apache , I have been given a task to check the minimum modules required to load apache. In fact we have our own http.conf which we use for testing purpose, do have any idea what required to check and how to do that or …

0
83
Member Avatar for drhiii

Scenario... am running an image based (gallery2) web site with Zencart bolted onto it. It requires that /gallery2 and /zencart hang from the top level domain, for the relationships to work. E.g. [url]www.abc.com/gallery2[/url] and [url]www.abc.com/zencart[/url] It is the way zencart must interact with gallery2 that requires this. My problem is, …

0
75
Member Avatar for sam9030

i am not sure if this can be done. I would like to take a ubuntu (linix) workststion and have installed Apache server, PHP, perl, GD, and MySql and Firefox....FTP I want a single computer workstation to act as a web server to run a web application. I know how …

Member Avatar for DimaYasny
0
101
Member Avatar for franconov

Hi guys, i have a problem with my forum, i have this .htaccess: # Comment the following line (add '#' at the beginning) # to disable mod_rewrite functions. # Please note: you still need to disable the hack in # the vBSEO control panel to stop url rewrites. RewriteEngine On …

0
59
Member Avatar for xplora
Member Avatar for 0tolerance
0
462
Member Avatar for ma3hd

Hello my dears ... i try to rewrite my url to be good seo but i faild my main url : [url]http://dir.domain.com/index.php[/url] catorgie url : [url]http://dir.domain.com/index.php?browse=/Arts/[/url] sub cat. : [url]http://dir.domain.com/index.php?browse=/Arts/Animation/[/url] sub sub cat . : [url]http://dir.domain.com/index.php?brow...imation/Anime/[/url] i want to bee such that : [url]http://dir.domain.com/arts/Animation/Anime/[/url] can i ?

0
49
Member Avatar for jbennet

Ok i know how to use .htaccess and .htpassword on linux but now i must add users to apache under a windows environment. On linux i would go [code] [B]$ htpasswd -c (path to .htpassword file) (username)[/B] [I]Adding password for (username)[/I] [I]New Password:[/I] [I]Re-Type old password:[/I] [/code] How do i …

Member Avatar for gurdji
0
170
Member Avatar for WhiteLeo

Hi there, I was wondering if it was possible to set up some sort of condition so there are seperate error documents for normal files and images. Basically I'd like it so if a png image was called and it doesn't exist, I can return another image. But if a …

0
71
Member Avatar for Ynothna

Hey, I have a small network running in my office (roughly 12 computers) and 2 of them are linux servers. One is Redhat, the second, Debian. Currently Redhat is the main web server, port 80 is forwarded to it. I want to host some websites off of the Debian machine, …

0
71
Member Avatar for fishhaddock1

Hello... I am trying to use mod_rewrite to send all traffic that isn't going to the directory /catalog to the /test directory I tried a combination of ReWriteCond and Rewriterule:- rewriteCond %{REQUEST_URI} !(^\/catalog.*) [NC] rewriteRule (.*) /test/$1 [R] This is working inconsistently, however.... /catalog gets rewritten, although I want it …

0
62
Member Avatar for Anand Parajuli

Hi, I have been given a server which runs Apache2. Its working fine by itself. What I need to do is run another apache server in port (say)8000 is folder /home/myname (in the same machine). From what I know, if I have proper configuration files in my folder we should …

Member Avatar for priest_ngs
0
236
Member Avatar for howie_23

Hey everyone, I'm new to these forums and also new to web hosting but I've got a quick question. I'm using an Actiontec GT701 as my DSL modem and router. I'm running apache2 and I'm using virtualHosts to host three different sites. I can access the sites just fine from …

Member Avatar for krazytekn0
0
120
Member Avatar for geekpie

Hi I recently added Options +Multiviews to my .htaccess file so that URLs on my site would be mydomain.com/features/cars rather than mydomain/features/cars.php It's working fine, but I now wish to redirect bookmarked users and robots that request the old URLs. I've tried Redirect /features/cars.php [URL]http://mydomain.com/features/cars[/URL] but this gives file not …

Member Avatar for geekpie
0
153
Member Avatar for AtlSftEngineer

Ok I'm fairly new to this. I'm assuming I need apache with my hosting. Where can I find a good reference for learning how to have all the files on my website from [url]www.website.com/file/filename.php[/url] to just be [url]www.website.com/file/filename[/url] ? (No file extension necessary) I noticed it has something to do …

0
60
Member Avatar for php111

hi, I am not sure how to set up or configure apache. It will be on a vista system. When trying to install apache i got a fatal error a black box popped open saying something real fast something about there is an error in the foundation. As far as …

0
75
Member Avatar for arimsam
Member Avatar for shouvik.d
0
52
Member Avatar for arimsam
Member Avatar for arimsam
0
97
Member Avatar for thapame

I have following code in my .htaccess for SEF URLs for [url]www.fashionsansar.com[/url] so please let me know is this correct. [CODE] Options FollowSymLinks SymLinksIfOwnerMatch RewriteEngine on ################################################################################################# ## Rewrite index urls ################################################################################################# RewriteRule index-([0-9]*)\.html$ index.php?page$1 [NC] ################################################################################################# ## Rewrite image_view urls ################################################################################################# RewriteRule fas_fusk/image_view([0-9]*)\.html fas_fusk/image_view.php?id=$1 [NC] ################################################################################################# ## Rewrite tag_search …

0
63
Member Avatar for stupidenator

Hi everyone, I am taking a web programming class and for one of the assignments, we have to install and configure an Apache web server on a certain port. I have downloaded apache, customized the httpd.conf file, and now I am ready to start the server. Per our class handouts, …

Member Avatar for stupidenator
0
680
Member Avatar for Krakatoa

In my website I have all the links are relative and look like var1/ or var1/var2/ I want to redirect them to index.php?p=var1 or index.php?p=var1/var2 without changing the address in the address bar. So I did this: RewriteEngine on RewriteRule ^(.+)/$ index.php?p=$1 [QSA,L] and it works fine. But I'd also …

0
67
Member Avatar for balagod

i, i want to execute my code to rewriting url in on the fly and i have to get $_requet values in code for example original typed url in browser: [url]http://localhost/mypet1/a1[/url] [url]http://localhost/mypet1/a1/?page=sp_login[/url] [url]http://localhost/mypet1/a1/index.php[/url] [url]http://localhost/mypet1/a1/index.php?page=sp_login[/url] execution url [url]http://localhost/mypet1/?sp=a1[/url] [url]http://localhost/mypet1/?sp=a1&page=sp_login[/url] [url]http://localhost/mypet1/index.php?sp=a1[/url] [url]http://localhost/mypet1/index.php?sp=a1&page=sp_login[/url] i need to get in my code $_REquest['sp']; value is …

0
69
Member Avatar for nathanpacker

I want your opinion on masking domains. I've got a fairly small site that I set up, and don't want to purchase a new hosting plan for it, so I'm just forwarding the domain to a folder within one of my other domains, and I'm masking it so it looks …

Member Avatar for nathanpacker
0
104

The End.