Hi,
Ich habe in der .htaccesDatei:
RewriteEngine On
RedirectMatch 301 /intro.html /wp/$1
RedirectMatch 301 /wordpress /wp/$1
Du schaltest die RewriteEngine ein, ohne sie anschließend überhaupt zu benutzen …
Die Seite www.fidoplayszappa.com/wordpress/fidshop soll nicht umgeleitet werden. Geht das nur mit mod-rewrite? Und wenn ja, wie?
RewriteRule für’s Umleiten (ja, damit nutzt du dann mod_rewrite auch – RedirectMatch ist Teil von mod_alias), und eine RewriteCond davor die überprüft ob der angeforderte REQUEST_URI nicht /wordpress/fidshop ist.
MfG ChrisB
--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/