Topic: Getting Friendly URLs to work  (Read 102104 times)

Pages: 1 ... 13 14 [15]   Go Down

#281: 13-May-2009, 02:40 PM

cipa
Posts: 928

Are you using apache or some other web server?

I have subdomains and the default .htaccess file works.

current goal: 66 posts on modxrules.com
plugin: Template Rules (updated version of automaticTpl)
snippets: ParentParent
manager hack: Custom Manager Tree
plugin [in progress]: templateManager

#282: 13-May-2009, 02:44 PM

jisaac
Posts: 62

Are you using apache or some other web server?

I have subdomains and the default .htaccess file works.


Yeah, I am on Apache.

#283: 13-May-2009, 03:08 PM

jisaac
Posts: 62

I have subdomains and the default .htaccess file works.

I just uploaded the default MODx .htaccess files and now I get 400 errors.

#284: 13-May-2009, 04:57 PM

btp-design
Posts: 10

I was getting 403 errors whenever I enabled FURLs and used the default .htaccess file.

My host was super-helpful and got it working using the following wrapped around the Options line:

Code:
<Files ~ (\.php)>
  Options +FollowSymLinks
</Files>

For this site I decided to try PHP running as a FastCGI app (running as a Module was giving me permissions headaches on an older site).

So if you also have PHP running as a FastCGI app, might be worth trying the above.

#285: 13-May-2009, 05:05 PM

jisaac
Posts: 62

Just tried it with no luck - still getting 400 errors...

#286: 14-May-2009, 10:44 AM

jisaac
Posts: 62

Updated my .htaccess file to:
Code:
RewriteRule ^(.*)$ http://%{HTTP_HOST}/index.php?q=%{REQUEST_URI} [L,NC}

Works like a gem!

#287: 21-May-2009, 11:35 AM

jisaac
Posts: 62

With fURLs on my FileDownload snippet no longer works. Anyone experience this problem? Any solutions?

#288: 21-May-2009, 05:29 PM

Foundation

OpenGeek
MODx Co-Founder
Posts: 6,977

damn accurate caricatures...

WWW
@jisaac, et al: please start new threads in relevant locations for your questions.  This topic is entirely too long already.  I'm locking it down for use as reference only.
Jason Coward
MODx Co-Founder
xPDO Founder
CTO @ Collabpad
work productively.
work intelligently.
work together.
Light is just a vibration of a note too. Everything is. You've got to keep that in mind.
  Frank Zappa
Pages: 1 ... 13 14 [15]   Go Up
michellekondou and 1 Guest are viewing this topic.