[us...@httpd] Problem with permalink in wordpress

2009-10-15 Thread Massimiliano Muccinelli
Hi all... In my wordpress, I have to directly link file home.php that shows up a selection of news, but after i activate permalink it stops working and shows me an empty page. That's .htacces BEFORE permalink: ### RewriteEngine On RewriteCond %{QUERY_STRING} ^$ RewriteCond

[us...@httpd] Problem after activating permalink in wordpress

2009-09-25 Thread Massimiliano Muccinelli
Hi all... In my wordpress, I have to directly link file home.php that shows up a selection of news, but after i activate permalink it stops working and shows me an empty page. That's .htacces BEFORE permalink: ### RewriteEngine On RewriteCond %{QUERY_STRING} ^$ RewriteCond

[us...@httpd] Problem after activating permalink in wordpress

2009-09-25 Thread Massimiliano Muccinelli
Hi all... In my wordpress, I have to directly link file home.php that shows up a selection of news, but after i activate permalink it stops working and shows me an empty page. That's .htacces BEFORE permalink: ### RewriteEngine On RewriteCond %{QUERY_STRING} ^$ RewriteCond

Re: [us...@httpd] Problem with RewriteCond

2009-09-16 Thread Massimiliano Muccinelli
2009/9/17 Massimiliano Muccinelli : > 2009/9/17 Krist van Besien : >> On Thu, Sep 17, 2009 at 7:15 AM, Massimiliano Muccinelli >> wrote: >>> Hi all >>> >>> I've got this rule >>> >>> >>>  RewriteEngine On >>

Re: [us...@httpd] Problem with RewriteCond

2009-09-16 Thread Massimiliano Muccinelli
2009/9/17 Krist van Besien : > On Thu, Sep 17, 2009 at 7:15 AM, Massimiliano Muccinelli > wrote: >> Hi all >> >> I've got this rule >> >> >>  RewriteEngine On >>  RewriteCond %{HTTP_HOST} ^(www\.)?manitese\.it$ [NC] >>  RewriteRule ^

[us...@httpd] Problem with RewriteCond

2009-09-16 Thread Massimiliano Muccinelli
Hi all I've got this rule RewriteEngine On RewriteCond %{HTTP_HOST} ^(www\.)?manitese\.it$ [NC] RewriteRule ^$ http://www.manitese.it/landing [R=301,L] It works nice but i'd like t redirect only the www.manitese.it request... not for example the www.manitese.it/?p=123 requests... ho