Search the Community
Showing results for tags 'url rewrite'.
-
I'm new to mod_rewrite. I'm trying to rewrite my URLs, but it's not working. I have changed the URLs on my website to look like this: <a href="/id_number/hyphenated_article_title/">Anchor_text</a> E.g., <a href="/12/how-to-lose-weight-fast/">How to Lose Weight Fast</a> My .htaccess file looks like this: RewriteEngine on RewriteRule ^/([0-9]+)/[A-Za-z0-9-]+/?$ article.php?id=$1 [NC,L] The rewrite is working, but article.php is loading slowly and without CSS styling. Anyone know why?
-
Hi, I am using wordpress with multisite and also using domain mapping plugin. I want my domain redirect to www for examples My domain is abc.com when any one enter abc.com this automattic redirects to www.abc.com this is working fine. My issue is When I mapped some other domain to my created site with multisite plugin that not redirecting to with www Can any one help me.
- 1 reply
-
- url rewrite
- multisite wordpress
-
(and 3 more)
Tagged with: