Welcome Guest, Not a member yet? Register   Sign In
.htaccess issues help needed!!!!
#27

[eluser]learning_php[/eluser]
Hi,

I first did this:

I used to have the same problem when I first started using XAMPP on windows (using the extract only version)

First, backup your htdocs and mysql/data folder

The way I solved it, was by uninstalling it, and then using the installer version
After you install it (don’t start the server up yet), don’t visit localhost, but replace the htdocs and mysql/data folder with the ones you backed up earlier.

You can now start apache and MySQL, and visit localhost


then resaved my .htaccess file to this:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteBase /wedding-site/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ /wedding-site/index.php/$1 [NC,L]
</IfModule>

<IfModule !mod_rewrite.c>
# If we don’t have mod_rewrite installed, all 404’s
# can be sent to index.php, and everything works as normal.

ErrorDocument 404 /index.php
</IfModule>

restated apache and mysql and seemed to work.

thanks


Messages In This Thread
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:11 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:15 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:15 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 03:21 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:03 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:39 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:51 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:54 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:59 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 07:59 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:02 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:18 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:21 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 08:57 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 10:25 AM
.htaccess issues help needed!!!! - by El Forum - 04-17-2009, 02:09 PM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 03:13 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 03:44 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:16 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:52 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:58 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 06:59 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:03 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:06 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:23 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:35 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 07:39 AM
.htaccess issues help needed!!!! - by El Forum - 04-20-2009, 10:08 AM



Theme © iAndrew 2016 - Forum software by © MyBB