rotwyla98 - Posts

Return to advanced search

works like a charm. Thanks
by rotwyla98
Sun Nov 25, 2007 3:12 pm
 
Forum: Apache mod Rewrite
Topic: Execute for all EXCEPT certain folder
Replies: 2
Views: 973

Execute for all EXCEPT certain folder

my current .htaccess code is RewriteEngine On RewriteCond %{HTTP_HOST} !^domain.com$ [NC] RewriteRule ^(.*)$ http://domain.com/$1 [L,R=301] RewriteRule ([^/\.]+)/$ script.php?a=$1 [L] This basically masks domain.com/script.php?a=anything-they-type to domain.com/anything-the...
by rotwyla98
Sun Nov 25, 2007 12:28 am
 
Forum: Apache mod Rewrite
Topic: Execute for all EXCEPT certain folder
Replies: 2
Views: 973

General mod_rewrite help

I have a page that is index.php?article=33 firstly, any way I can make it so that it is /article-title/ by reading from mysql the title of the article? If not, how can I change it to /article/33/

Thanks
by rotwyla98
Sat Mar 03, 2007 9:06 pm
 
Forum: Apache mod Rewrite
Topic: General mod_rewrite help
Replies: 1
Views: 1055

dcz,

I sent you a PM. Check it when you get the chance and tell me what you think.
by rotwyla98
Sat Feb 17, 2007 2:14 pm
 
Forum: Apache mod Rewrite
Topic: How can I check to see if my server allows mod_rewrite?
Replies: 3
Views: 5956

Its works. I guess I must be adding the mds wrong. I'll try it again and be more careful.

Thanks
by rotwyla98
Sat Feb 17, 2007 1:19 am
 
Forum: Apache mod Rewrite
Topic: How can I check to see if my server allows mod_rewrite?
Replies: 3
Views: 5956

How can I check to see if my server allows mod_rewrite?

I have tried to install a bunch of mods here that contain mod_rewrite rules and each one had errors. The links on the page worked (so they showed what they needed to show (e.g.: domain.com/forim/catname.html) but when I clicked on it, it gave me errors such as viewtopic.php could not be found and th...
by rotwyla98
Fri Feb 16, 2007 10:24 pm
 
Forum: Apache mod Rewrite
Topic: How can I check to see if my server allows mod_rewrite?
Replies: 3
Views: 5956

Return to advanced search