Hello all.
I am trying to get mod_rewrite to function on Godaddy hosting.
I have an internal Linux/Apache server running. All of my secure (SSL) files are in my /s directory..so I want to ensure that any requests for /s/xxxxxx are directed to HTTPS.
I have the following code working on my personal linux/apache server.
However,Code:Options +FollowSymlinks Options -MultiViews php_value upload_max_filesize 20m <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteCond %{REQUEST_URI} s RewriteRule ^(.*)$ https://www.artists2you.com/s/$1 [R,L] </IfModule>
It appears as if Godaddy isn't allowing it to work. GD states they have mod_rewrite support..and I am indeed using it for another set of .htaccess files in my root directory.
Thanks


Reply With Quote
Bookmarks