| bio | website | |
|---|---|---|
| location | San Diego, CA | |
| age | ||
| visits | member for | 1 year |
| seen | Apr 23 at 1:35 | |
| stats | profile views | 22 |
|
Oct 29 |
comment |
htaccess rewrite different folder url, two index files no problem, glad you figured it out |
|
Oct 27 |
comment |
htaccess rewrite different folder url, two index files The .+ at the end of the match pattern should prevent that rule from infinite redirection... Do you have any other rules in your htaccess that target the plugins folder? I tried this rule on my server and didnt get any 500 error on non R=301 so there must be something else going on here |
|
Oct 26 |
comment |
htaccess rewrite different folder url, two index files can you check the error log and post the message related to the 500 error? |
|
Oct 26 |
comment |
htaccess rewrite different folder url, two index files RewriteRule ^plugins/([^/]+)/.+ /plugins/$1/ [NC,L] throws a 500 error? |
|
Oct 26 |
comment |
htaccess rewrite different folder url, two index files remove R=301 if you do not want the actual url to be rewritten in the browser and only forward on the request behind the scenes |
|
Oct 26 |
comment |
htaccess rewrite different folder url, two index files also, put this rule ABOVE whatever rule you have that sends everything else to /index.php |
|
Aug 31 |
comment |
mod_fastcgi installation error mod_fcgid gives the same unixd_config error as mod_fastcgi 2.4 :( |