Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Fancy URLs not working
#7
(sorry for my bad english.. i'm not speak english)

Hi!
I had a same problem.. but i beat the problem.
Fancy URLs now works well in my system.

system environments :

Windows 7
Bitnami WAMP Stack 1.2-5

My solution is changing "httpd.conf (apache2/conf/httpd.conf)".

I change

"AllowOverride None" -> "AllowOverride All"

Here is a part of well working httpd.conf
look at bold text, it's change line.

Quote:#
# This should be changed to whatever you set DocumentRoot to.
#
<Directory "C:/Program Files/BitNami WAMPStack/apache2/htdocs">

Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All
#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all

</Directory>

I hope it works well!
Reply


Messages In This Thread
Fancy URLs not working - by apatheticresistance - 2011-11-23, 18:01:38
Fancy URLs not working - by Connie - 2011-11-23, 18:06:54
Fancy URLs not working - by apatheticresistance - 2011-11-23, 18:26:26
Fancy URLs not working - by ccagle8 - 2011-11-24, 01:08:14
Fancy URLs not working - by BungaBungaTime! - 2011-12-13, 12:16:20
Fancy URLs not working - by chakvak - 2011-12-14, 13:29:53
Fancy URLs not working - by Noesis_Mik - 2011-12-15, 12:56:19
Fancy URLs not working - by chiara - 2012-04-06, 23:03:00
Fancy URLs not working - by alvares - 2012-06-26, 22:37:46
Fancy URLs not working - by andyhasit - 2012-10-03, 02:58:24



Users browsing this thread: 1 Guest(s)