Hallo Joerg,
http://www.luxury-mallorca-properties.co.uk/results/en/search&order=property_price+asc&num=10&exact-property_status=-Sold&exact-property_class=-Premier&property_type=&property_price-from=&property_price-to=&exact-property_area_0=/
diese Url Structur soll nicht veraendert werden! Das ist eine dynamische URL ... Das merkwuerdige ist wenn ich diesen oben geposteten Code in die Htacess eingebe funktioniert alles ausser das er die Dynamische veraendert :-(((
I
-----------------Das ist meine htacess...........
</FilesMatch>
RewriteBase /
# Add a trailing slash to paths without an extension
#RewriteCond %{REQUEST_FILENAME} !-f
#RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5}|/)$
#RewriteRule ^(.*)$ $1/ [L,R=301]
Options -Indexes
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
RewriteCond %{REQUEST_URI} !(\.[a-zA-Z0-9]{1,5})$
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^news_(.*)$ $1/news$2
RewriteRule ^property_(.*)$ $1/property$2
RewriteCond %{REQUEST_URI} ^/(embeds|majorca|globals|import|news|feeds|optimised-search-pages|de|property|immobilien|property-in|immobilien-in|villa-in|villa|apartment-in|apartment|mallorca-villas|Save_Search_Form|finca-mallorca|apartments-mallorca|widget_search-results-link|mallorca-villa|widget_moreimages|en|mallorca-immobilien|members|results|P[0-9]{2,8}) [NC]
RewriteRule ^(.*)$ /index.php?$1 [L]
# Remove IE image toolbar
<FilesMatch "\.(html|htm|php)$">
Header set imagetoolbar "no"
</FilesMatch>
# -- LG .htaccess Generator End --