SEO Installation Issues
Posted: Tue Jun 24, 2014 4:21 pm
Having some issues installing an SEO extension. Im using WAMP running on localhost. I have follow multiple tuts to setup mod rewrite but no success. I had issues prior to purchasing the extension so its an issue with my apache configuration.
I have setup the below;
Root directory;
C:\wamp\www\files\upload
Apache modules turned on 'rewrite module'
.htacess
Options +FollowSymlinks
RewriteEngine On
RewriteBase /files/upload/
---------------------------
httpd.conf
<Directory "c:/wamp/www">
AllowOverride All
<Directory>
Removed # from;
LoadModule rewrite_module modules/mod_rewrite.so
I have setup the below;
Root directory;
C:\wamp\www\files\upload
Apache modules turned on 'rewrite module'
.htacess
Options +FollowSymlinks
RewriteEngine On
RewriteBase /files/upload/
---------------------------
httpd.conf
<Directory "c:/wamp/www">
AllowOverride All
<Directory>
Removed # from;
LoadModule rewrite_module modules/mod_rewrite.so