Tagged Questions
0
votes
1answer
55 views
.htaccess rewrite issue
Below is my .htaccess file for my website on shared hosting - I'm attempting to send all requests to index.php with parameter 'q' where I wish to parse data etc... unless it's an existing file or ...
0
votes
1answer
121 views
.htaccess RewriteRule works on addon domain but not root domain
I made a .htaccess in an addon domain, which successfully hides the wp-admin folder:
# Hide wp-admin
<ifModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} ...
0
votes
1answer
270 views
mod_rewrite rules to run fcgi for different subdomains
On my shared hosting server (Hostmonster) I have django (actually pinax) setup so that a .htaccess mod_rewrite rule rewrites the request to a pinax.fcgi file:
RewriteCond %{REQUEST_FILENAME} !-f
...
-1
votes
1answer
44 views
Do I have to worry about anything with regard to URL rewrite in a shared hosting?
I'm buiding an ASP.NET website using a rewrite module (UrlRewriting.net) and I plan to deploy it in a shared hosting environment (possibly DiscountAsp.net)
Do I have to worry about anything?
One ...
0
votes
2answers
371 views
Apache 404 Error When 'index' is in the Path
I have a long standing problem with mod_rewrite and 1and1 shared hosting (hope that being shared hosting does't get this migrated to 'sharedserverfault'). Everything about the rewrite rules work fine ...