Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
.htaccess issues
#8
I ended up putting mind in a subdomain in the end. ie ( simple.domain.com ).

What I noticed in both setups (subdomain vs subfolder in regular domain) is that it never seemed to create an .htaccess file.

That's what led me here and to Nate's post. The rewrite rule in there from ravistb09 is slightly wrong. It's missing the carrot (^) after RewriteRule.

Here's mine in both setups and it works perfectly:

Code:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule ^/?([A-Za-z0-9-]+)/?$ index.php?id=$1 [L]
</IfModule>
Reply


Messages In This Thread
.htaccess issues - by foxman - 2009-08-07, 14:17:54
.htaccess issues - by Derek - 2009-08-08, 01:06:46
.htaccess issues - by ravistb09 - 2009-08-08, 01:56:40
.htaccess issues - by ccagle8 - 2009-08-08, 02:16:39
.htaccess issues - by badcat - 2009-08-18, 06:20:38
.htaccess issues - by Nate - 2009-08-19, 00:57:15
.htaccess issues - by Derek - 2009-08-19, 01:45:44
.htaccess issues - by tquinnelly - 2009-08-30, 06:46:26
.htaccess issues - by ccagle8 - 2009-08-30, 12:26:31
.htaccess issues - by Texta - 2009-11-07, 05:04:22
.htaccess issues - by ccagle8 - 2009-11-07, 12:15:23



Users browsing this thread: 1 Guest(s)