Hi
I'm stuck trying to get Friendly URLs to work on my wamp server.
I'm seeing the correct URLs
http://localhost/services.html but I'm getting 404 errors on all the pages.
Here's what I've done.
The site has been developed on my local wamp server.
Modx is installed in the root directory
Head contains
<base href="[(site_url)]" />
Configuration Settings
Use Friendly URLs is yes
Prefix is blank
Suffix is .html
Friendly aliases is yes
Friendly alias path is no
Duplicate aliases is no
Auto generate alias is yes
ht.access file contains
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
ht.access file in manager folder is renamed
wamp\bin\apache2.2.6\conf\httpd.conf file has the following
LoadModule rewrite_module modules/mod_rewrite.so (uncommented)
<Directory "c:/wamp/www/">
AllowOverride all
Ive cleared the cache in manager after each change
I noticed some characters at the line ends. I removed them and resaved with notepad.
MODx version 0.9.6.1p2
PHP version 5.2.5
SQL version 5.0.45
Any suggestions? Not sure where to go next with this one.
Thank you !
Terry