1
vote
2answers
16 views
Which headers should I use for serving static content?
I am gzipping my static Javascript and CSS files using PHP. When the original file is requested, the server sends the Last-Modified and ETag headers. I'm not sending these with PHP just yet. I've also …
0
votes
1answer
16 views
Having trouble searching for a ‘.’ using htacces.
I'm setting up a website that (ideally) would allow users to access other users' homepages with a url in the format "www.mysite.com/Page/ThisLanham" where 'ThisLanham' is the username. The username …
1
vote
2answers
28 views
Code Igniter SubDirectory Question
I am trying to let the "trac" directory and all of it's subdirectories be accessible through the url http://www.domain.com/trac/
I am working with the codeginiter framework and my directory structure …
0
votes
2answers
27 views
How to tell that a folder has been deleted permanently
Hello,
I have deleted a folder called forums from my website from 3 months. but in my Google Webmaster Tools it keeps saying that e.g. /forums/member.php?u=1092 is missing (404). is there any way to …
0
votes
2answers
26 views
Problem with internal anchors and links
I've set up a brochure ware kind of site - with links to different sections in the page.
http://www.leoniepalmer.com/
When clicking a menu item in the top right corner, everything works great!
Now …
0
votes
1answer
30 views
Help me with the Clean URL problem
I have an .htaccess file set up like so:
RewriteEngine on
RewriteRule ^home/ /member.php [L]
So when users type http://domainname.com/home/ it goes to the member page,
but when they type …
2
votes
2answers
40 views
How does URL rewriting work?
Hey everyone,
I am new to URL rewriting and I have an .htaccess file that looks like this:
RewriteEngine On
RewriteRule /*\.(css|js|gif|png|jpe?g)$ - [NC,L]
RewriteRule "^(.*)$" …
0
votes
1answer
12 views
using htaccess to set default folder instead of file?
Is it possible to set a default folder to access instead of a file like "index.html".
What I'd like to to is make it so that when a person visits my site they get redirected to a folder within the …
0
votes
2answers
27 views
Redirecting from public_html to public_html/new/
I have Joomla site which was upgraded to newest version. New version is in /new/ folder. How can I instruct apache through the .htaccess file to redirect all requests to /new/ folder instead to …
0
votes
2answers
19 views
Help with .htaccess RewriteRule. Need to take user from one URL to other.
I want users who type
http://www.example.com/word-of-the-day
to be taken to
http://www.example.com/index.php?page=word-of-the-day
But I want
http://www.example.com/word-of-the-day
to be …
1
vote
1answer
22 views
htaccess file help?
I need to install Expression Engine on a subdomain for a client, and he is already running a php-based program on the main domain. Whoever set up the database program on the main domain apparently …
0
votes
1answer
6 views
Problem with .htaccess, rewrite rule.
Hey guys!
I have a page with a RewriteRule that makes my code: /?p=page will be rewritten like: abc.com/page, but I really want to have more sites under that, and at the moment I have this code in my …
0
votes
0answers
7 views
Apache 2.2, (MOD) SSL and Mod Rewrite via .htaccess
Hello
What i want to do is the following,
1) Prevent normal non secure pages being shown as secure
2) Prevent secure pages being shown as normal non secure pages
3) Show secure pages as is, as …
3
votes
5answers
89 views
how to protect server directory using .htaccess
I have designed a website, and within it I have a range of PHP scripts which interact with my system. For example, if a user uploads an image, this is processed by the script
image.php
and if a …
0
votes
1answer
9 views
Rewrite main domain to folder
Hey all,
I'm running a MediaWiki install, for which I recently switched from an addon domain (cpanel) to a parked domain, because that was cheaper and with .htaccess I could still redirect …
