Topic profile page for mod_rewrite.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: mod_rewrite.
Topic "Mod_rewrite" was discussed 0 times on 0 sites in last 3 months
Started 1 day, 15 hours ago (2009-12-24 14:58:00)
by falcons
hello experts I did active all three SEO settings in admin panel and also rename htaccess.txt file to .htaccess. My site is working fine. But my problem is when I click on top menu link for open any article the url is look like as http://www.mysite.com/component/content/article/4. html u can see in the last of my url is 4.html. actually url is picked my article id not pick my article title or...
Started 2 days, 4 hours ago (2009-12-24 02:19:00)
by suraj_ajax
Hi i m newbie in URL rewriting.. frankly speaking i have no idea bout using regexp Here is what i want to do .. i want a url rewrite rule for www.mydomain.com/news/this is new title/1 this shud call/go to www.mydomain.com/news/display.asp?id=1 similarly www.mydomain.com/articles/this is article title/1 shud call/go to www.mydomain.com/article/display.asp...
Started 2 days, 7 hours ago (2009-12-23 23:00:00)
by WorkOutMan
ircmaxell Nice call! I'm back in. And I too an doing a back up right away. As to using XAMPP for doing the local development, I had done that on another site but had a dickens of a time getting it properly installed on the hosting server. That was why I foolishly decided to do it remotely. Lesson learned. Interestingly, I do all of my PHP project on my home system using XAMPP and love it...
Started 4 days, 14 hours ago (2009-12-21 16:17:00)
by HandCoder
I'm building a web application that hosts multiple websites using one codebase, and loading all of the content from a database based on the URL used to access it. So I configure all my domains to point to one IP address, and the server treats all requests the same (i.e. no virtual hosts) - but my PHP script loads different sites according to the domain passed. When in development the system...
Started 5 days, 8 hours ago (2009-12-20 21:52:00)
by chivkea
Hello, I have an URL that looks like http://www.abc.com/products.php?sku=table In my .htaccess file, I have the following Options +FollowSymLinks RewriteEngine On RewriteRule ^products/(.*)\.html$ products.php?sku=$1 Is there anything wrong with the mod_rewrite that I have? I would like it to look like http://www.abc.com/products/table.html If anyone ...
Started 4 days, 23 hours ago (2009-12-21 07:10:00)
by livewire1974
Whats the best way to use mod rewrite? If I have a site, and I want to make a structure such as www.site.com/cars/ , www.site.com/motorbikes/ , should i use mod rewrite and leave all the files in the root directory, or should I create the directories and put the files in them? Regards
Started 3 days, 15 hours ago (2009-12-22 15:09:00)
by valasay
Hi. I'm hoping a mod_rewrite genius out there can help me. I need to rewrite this: localhost/jobs/category/testers/ to this: localhost/jobs/testers/ The catch is that there a jobberBase installation in the /jobs/ directory. jobberBase automatically adds that "category" part of the URL. Here is the existing .htaccess file within /jobs/: RewriteEngine on ...
Started 3 days, 20 hours ago (2009-12-22 10:18:00)
by El Hombre Gris
Re: [Web] Cache-control + mod_rewrite + IE6 = gotcha Citar: Mensaje original enviado por Dr.D Manejas vos todo el host? El content-location aparece cuando hay un reverse proxy pass en el medio. ¿Puede ser que sea eso? Nunca lo vi aparecer por mod_rewrite. No, no lo manejo. Thanks, voy a ver si es por eso.
Started 4 days, 17 hours ago (2009-12-21 13:20:00)
by dklynn
EQ, That's the trick! Okay, sorry that I get into my explanations (learning is my goal, not coding for members) so that you get a how the watch is built rather than the current time. As for domain.com (or example.com), you get around that very nicely using the requested domain via Apache's {HTTP_HOST} variable. Enjoy your holidays! Regards, DK