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
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
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
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
>>
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 ^
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